Html Css Color HEX #DFD012 Sunflower

📋 copy color: '#DFD012'

red 223 ◦ green 208 ◦ blue 18

#DFD012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DFD012

Tints of Sunflower #DFD012

RGB

 RED value IS 223 (87.5% from 255) = 49.67%

 GREEN value IS 208 (81.64% from 255) = 46.33%

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 49.67%
G = 46.33%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DFD012 (or 0xDFD012) is known color: Sunflower. HEX triplet: DF, D0 and 12. RGB value is (223,208,18). Sum of RGB (Red+Green+Blue) = 223+208+18=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD012 is #202FED. Grayscale: #BFBFBF. Windows color (decimal): -2109422 or 1233119. OLE color: 1233119.

HSL color Cylindrical-coordinate representation of color #DFD012: hue angle of 55.61º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFD012 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 208 18 -
CMYK 0 0.07 0.92 0.13
HSL 55.61º 0.85% 0.47% -
HSV(B) 55.61º 0.92% 0.87% -
XYZ 53.1 60.84 9.52 -
YUV 190.83 30.47 150.95 -
System Red Green Blue C M Y K H S L
Decimal 223 208 18 0 0.07 0.92 0.13 55.61 0.85 0.47
Hex DF D0 12 0 7 5C D 38 55 2F
Octal 337 320 22 0 7 134 15 70 125 57
Binary 11011111 11010000 10010 0 111 1011100 1101 111000 1010101 101111

Color Harmonies of #DFD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD012

Black with #DFD012

Text Example


Text Example

White with #DFD012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD012; }

 p { color: rgb(223,208,18); }

 H1.HeaderClassName
 {
   color: #DFD012;
 }
 .AnyTagClassName
 {
   color: #DFD012;
 }
</style>

background-color css

<style>
 a { background-color: #DFD012; }

 a { background-color: rgb(223,208,18); }

 div.DivClassName
 {
   background-color: #DFD012;
 }
 .BgClassName
 {
   background-color: #DFD012;
 }
</style>

border-color css

<style>
 span { border-color: #DFD012; }

 span { border-color: rgb(223,208,18); }

 td.TdClassName
 {
   border-color: #DFD012;
 }
 .TagClassName
 {
   border-color: #DFD012;
 }
</style>