Html Css Color HEX #DFCC00 Sunflower

📋 copy color: '#DFCC00'

red 223 ◦ green 204 ◦ blue 0

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

Shades of Sunflower #DFCC00

Tints of Sunflower #DFCC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.22%
G = 47.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFCC00 (or 0xDFCC00) is known color: Sunflower. HEX triplet: DF, CC and 00. RGB value is (223,204,0). Sum of RGB (Red+Green+Blue) = 223+204+0=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC00 is #2033FF. Grayscale: #BBBBBB. Windows color (decimal): -2110464 or 52447. OLE color: 52447.

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

Color convert

RGB 223 204 0 -
CMYK 0 0.09 1 0.13
HSL 54.89º 1% 0.44% -
HSV(B) 54.89º 1% 0.87% -
XYZ 52.02 58.87 8.62 -
YUV 186.43 22.79 154.09 -
System Red Green Blue C M Y K H S L
Decimal 223 204 0 0 0.09 1 0.13 54.89 1 0.44
Hex DF CC 0 0 9 64 D 37 64 2C
Octal 337 314 0 0 11 144 15 67 144 54
Binary 11011111 11001100 0 0 1001 1100100 1101 110111 1100100 101100

Color Harmonies of #DFCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC00

Black with #DFCC00

Text Example


Text Example

White with #DFCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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