Html Css Color HEX #DFCA00 Sunflower

📋 copy color: '#DFCA00'

red 223 ◦ green 202 ◦ blue 0

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

Shades of Sunflower #DFCA00

Tints of Sunflower #DFCA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.53%

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

R = 52.47%
G = 47.53%
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

#DFCA00 (or 0xDFCA00) is known color: Sunflower. HEX triplet: DF, CA and 00. RGB value is (223,202,0). Sum of RGB (Red+Green+Blue) = 223+202+0=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCA00 is #2035FF. Grayscale: #BABABA. Windows color (decimal): -2110976 or 51935. OLE color: 51935.

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

Color convert

RGB 223 202 0 -
CMYK 0 0.09 1 0.13
HSL 54.35º 1% 0.44% -
HSV(B) 54.35º 1% 0.87% -
XYZ 51.55 57.93 8.46 -
YUV 185.25 23.46 154.93 -
System Red Green Blue C M Y K H S L
Decimal 223 202 0 0 0.09 1 0.13 54.35 1 0.44
Hex DF CA 0 0 9 64 D 36 64 2C
Octal 337 312 0 0 11 144 15 66 144 54
Binary 11011111 11001010 0 0 1001 1100100 1101 110110 1100100 101100

Color Harmonies of #DFCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA00

Black with #DFCA00

Text Example


Text Example

White with #DFCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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