Html Css Color HEX #DFBB12 Sunflower

📋 copy color: '#DFBB12'

red 223 ◦ green 187 ◦ blue 18

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

Shades of Sunflower #DFBB12

Tints of Sunflower #DFBB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.69%

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

R = 52.1%
G = 43.69%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFBB12 (or 0xDFBB12) is known color: Sunflower. HEX triplet: DF, BB and 12. RGB value is (223,187,18). Sum of RGB (Red+Green+Blue) = 223+187+18=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB12 is #2044ED. Grayscale: #B3B3B3. Windows color (decimal): -2114798 or 1227743. OLE color: 1227743.

HSL color Cylindrical-coordinate representation of color #DFBB12: hue angle of 49.46º 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 #DFBB12 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 187 18 -
CMYK 0 0.16 0.92 0.13
HSL 49.46º 0.85% 0.47% -
HSV(B) 49.46º 0.92% 0.87% -
XYZ 48.31 51.27 7.92 -
YUV 178.5 37.43 159.74 -
System Red Green Blue C M Y K H S L
Decimal 223 187 18 0 0.16 0.92 0.13 49.46 0.85 0.47
Hex DF BB 12 0 10 5C D 31 55 2F
Octal 337 273 22 0 20 134 15 61 125 57
Binary 11011111 10111011 10010 0 10000 1011100 1101 110001 1010101 101111

Color Harmonies of #DFBB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB12

Black with #DFBB12

Text Example


Text Example

White with #DFBB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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