Html Css Color HEX #DFCA10 Sunflower

📋 copy color: '#DFCA10'

red 223 ◦ green 202 ◦ blue 16

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

Shades of Sunflower #DFCA10

Tints of Sunflower #DFCA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.63%

R = 50.57%
G = 45.8%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFCA10 (or 0xDFCA10) is known color: Sunflower. HEX triplet: DF, CA and 10. RGB value is (223,202,16). Sum of RGB (Red+Green+Blue) = 223+202+16=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCA10 is #2035EF. Grayscale: #BBBBBB. Windows color (decimal): -2110960 or 1100511. OLE color: 1100511.

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

Color convert

RGB 223 202 16 -
CMYK 0 0.09 0.93 0.13
HSL 53.91º 0.87% 0.47% -
HSV(B) 53.91º 0.93% 0.87% -
XYZ 51.65 57.97 8.96 -
YUV 187.08 31.46 153.62 -
System Red Green Blue C M Y K H S L
Decimal 223 202 16 0 0.09 0.93 0.13 53.91 0.87 0.47
Hex DF CA 10 0 9 5D D 36 57 2F
Octal 337 312 20 0 11 135 15 66 127 57
Binary 11011111 11001010 10000 0 1001 1011101 1101 110110 1010111 101111

Color Harmonies of #DFCA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA10

Black with #DFCA10

Text Example


Text Example

White with #DFCA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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