Html Css Color HEX #DFC20A Sunflower

📋 copy color: '#DFC20A'

red 223 ◦ green 194 ◦ blue 10

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

Shades of Sunflower #DFC20A

Tints of Sunflower #DFC20A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.43%

 BLUE value IS 10 (4.3% from 255) = 2.34%

R = 52.22%
G = 45.43%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFC20A (or 0xDFC20A) is known color: Sunflower. HEX triplet: DF, C2 and 0A. RGB value is (223,194,10). Sum of RGB (Red+Green+Blue) = 223+194+10=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC20A is #203DF5. Grayscale: #B6B6B6. Windows color (decimal): -2113014 or 705247. OLE color: 705247.

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

Color convert

RGB 223 194 10 -
CMYK 0 0.13 0.96 0.13
HSL 51.83º 0.91% 0.46% -
HSV(B) 51.83º 0.96% 0.87% -
XYZ 49.78 54.29 8.14 -
YUV 181.7 31.11 157.46 -
System Red Green Blue C M Y K H S L
Decimal 223 194 10 0 0.13 0.96 0.13 51.83 0.91 0.46
Hex DF C2 A 0 D 60 D 34 5B 2E
Octal 337 302 12 0 15 140 15 64 133 56
Binary 11011111 11000010 1010 0 1101 1100000 1101 110100 1011011 101110

Color Harmonies of #DFC20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC20A

Black with #DFC20A

Text Example


Text Example

White with #DFC20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC20A; }

 p { color: rgb(223,194,10); }

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

background-color css

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

 a { background-color: rgb(223,194,10); }

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

border-color css

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

 span { border-color: rgb(223,194,10); }

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