Html Css Color HEX #DFCA04 Sunflower

📋 copy color: '#DFCA04'

red 223 ◦ green 202 ◦ blue 4

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

Shades of Sunflower #DFCA04

Tints of Sunflower #DFCA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 51.98%
G = 47.09%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFCA04 (or 0xDFCA04) is known color: Sunflower. HEX triplet: DF, CA and 04. RGB value is (223,202,4). Sum of RGB (Red+Green+Blue) = 223+202+4=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCA04 is #2035FB. Grayscale: #BABABA. Windows color (decimal): -2110972 or 314079. OLE color: 314079.

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

Color convert

RGB 223 202 4 -
CMYK 0 0.09 0.98 0.13
HSL 54.25º 0.96% 0.45% -
HSV(B) 54.25º 0.98% 0.87% -
XYZ 51.57 57.94 8.58 -
YUV 185.71 25.46 154.6 -
System Red Green Blue C M Y K H S L
Decimal 223 202 4 0 0.09 0.98 0.13 54.25 0.96 0.45
Hex DF CA 4 0 9 62 D 36 60 2D
Octal 337 312 4 0 11 142 15 66 140 55
Binary 11011111 11001010 100 0 1001 1100010 1101 110110 1100000 101101

Color Harmonies of #DFCA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA04

Black with #DFCA04

Text Example


Text Example

White with #DFCA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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