Html Css Color HEX #DFCA02 Sunflower

📋 copy color: '#DFCA02'

red 223 ◦ green 202 ◦ blue 2

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

Shades of Sunflower #DFCA02

Tints of Sunflower #DFCA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 52.22%
G = 47.31%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFCA02 (or 0xDFCA02) is known color: Sunflower. HEX triplet: DF, CA and 02. RGB value is (223,202,2). Sum of RGB (Red+Green+Blue) = 223+202+2=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCA02 is #2035FD. Grayscale: #BABABA. Windows color (decimal): -2110974 or 183007. OLE color: 183007.

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

Color convert

RGB 223 202 2 -
CMYK 0 0.09 0.99 0.13
HSL 54.3º 0.98% 0.44% -
HSV(B) 54.3º 0.99% 0.87% -
XYZ 51.56 57.93 8.52 -
YUV 185.48 24.46 154.76 -
System Red Green Blue C M Y K H S L
Decimal 223 202 2 0 0.09 0.99 0.13 54.3 0.98 0.44
Hex DF CA 2 0 9 63 D 36 62 2C
Octal 337 312 2 0 11 143 15 66 142 54
Binary 11011111 11001010 10 0 1001 1100011 1101 110110 1100010 101100

Color Harmonies of #DFCA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA02

Black with #DFCA02

Text Example


Text Example

White with #DFCA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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