Html Css Color HEX #DFCC1F Sunflower

📋 copy color: '#DFCC1F'

red 223 ◦ green 204 ◦ blue 31

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

Shades of Sunflower #DFCC1F

Tints of Sunflower #DFCC1F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

 BLUE value IS 31 (12.5% from 255) = 6.77%

R = 48.69%
G = 44.54%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFCC1F (or 0xDFCC1F) is known color: Sunflower. HEX triplet: DF, CC and 1F. RGB value is (223,204,31). Sum of RGB (Red+Green+Blue) = 223+204+31=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC1F is #2033E0. Grayscale: #BEBEBE. Windows color (decimal): -2110433 or 2084063. OLE color: 2084063.

HSL color Cylindrical-coordinate representation of color #DFCC1F: hue angle of 54.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFCC1F is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 31 -
CMYK 0 0.09 0.86 0.13
HSL 54.06º 0.76% 0.5% -
HSV(B) 54.06º 0.86% 0.87% -
XYZ 52.27 58.97 9.92 -
YUV 189.96 38.29 151.57 -
System Red Green Blue C M Y K H S L
Decimal 223 204 31 0 0.09 0.86 0.13 54.06 0.76 0.5
Hex DF CC 1F 0 9 56 D 36 4C 32
Octal 337 314 37 0 11 126 15 66 114 62
Binary 11011111 11001100 11111 0 1001 1010110 1101 110110 1001100 110010

Color Harmonies of #DFCC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC1F

Black with #DFCC1F

Text Example


Text Example

White with #DFCC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC1F; }

 p { color: rgb(223,204,31); }

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

background-color css

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

 a { background-color: rgb(223,204,31); }

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

border-color css

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

 span { border-color: rgb(223,204,31); }

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