Html Css Color HEX #DFCA15 Sunflower

📋 copy color: '#DFCA15'

red 223 ◦ green 202 ◦ blue 21

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

Shades of Sunflower #DFCA15

Tints of Sunflower #DFCA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.71%

R = 50%
G = 45.29%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFCA15 (or 0xDFCA15) is known color: Sunflower. HEX triplet: DF, CA and 15. RGB value is (223,202,21). Sum of RGB (Red+Green+Blue) = 223+202+21=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCA15 is #2035EA. Grayscale: #BCBCBC. Windows color (decimal): -2110955 or 1428191. OLE color: 1428191.

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

Color convert

RGB 223 202 21 -
CMYK 0 0.09 0.91 0.13
HSL 53.76º 0.83% 0.48% -
HSV(B) 53.76º 0.91% 0.87% -
XYZ 51.69 57.98 9.18 -
YUV 187.65 33.96 153.22 -
System Red Green Blue C M Y K H S L
Decimal 223 202 21 0 0.09 0.91 0.13 53.76 0.83 0.48
Hex DF CA 15 0 9 5B D 36 53 30
Octal 337 312 25 0 11 133 15 66 123 60
Binary 11011111 11001010 10101 0 1001 1011011 1101 110110 1010011 110000

Color Harmonies of #DFCA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA15

Black with #DFCA15

Text Example


Text Example

White with #DFCA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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