Html Css Color HEX #DFCB12 Sunflower

📋 copy color: '#DFCB12'

red 223 ◦ green 203 ◦ blue 18

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

Shades of Sunflower #DFCB12

Tints of Sunflower #DFCB12

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.72%

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

R = 50.23%
G = 45.72%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFCB12 (or 0xDFCB12) is known color: Sunflower. HEX triplet: DF, CB and 12. RGB value is (223,203,18). Sum of RGB (Red+Green+Blue) = 223+203+18=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCB12 is #2034ED. Grayscale: #BCBCBC. Windows color (decimal): -2110702 or 1231839. OLE color: 1231839.

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

Color convert

RGB 223 203 18 -
CMYK 0 0.09 0.92 0.13
HSL 54.15º 0.85% 0.47% -
HSV(B) 54.15º 0.92% 0.87% -
XYZ 51.9 58.44 9.12 -
YUV 187.89 32.13 153.04 -
System Red Green Blue C M Y K H S L
Decimal 223 203 18 0 0.09 0.92 0.13 54.15 0.85 0.47
Hex DF CB 12 0 9 5C D 36 55 2F
Octal 337 313 22 0 11 134 15 66 125 57
Binary 11011111 11001011 10010 0 1001 1011100 1101 110110 1010101 101111

Color Harmonies of #DFCB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB12

Black with #DFCB12

Text Example


Text Example

White with #DFCB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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