Html Css Color HEX #DFC205 Sunflower

📋 copy color: '#DFC205'

red 223 ◦ green 194 ◦ blue 5

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

Shades of Sunflower #DFC205

Tints of Sunflower #DFC205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 52.84%
G = 45.97%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFC205 (or 0xDFC205) is known color: Sunflower. HEX triplet: DF, C2 and 05. RGB value is (223,194,5). Sum of RGB (Red+Green+Blue) = 223+194+5=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC205 is #203DFA. Grayscale: #B5B5B5. Windows color (decimal): -2113019 or 377567. OLE color: 377567.

HSL color Cylindrical-coordinate representation of color #DFC205: hue angle of 52.02º 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 #DFC205 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 5 -
CMYK 0 0.13 0.98 0.13
HSL 52.02º 0.96% 0.45% -
HSV(B) 52.02º 0.98% 0.87% -
XYZ 49.75 54.28 8 -
YUV 181.13 28.61 157.87 -
System Red Green Blue C M Y K H S L
Decimal 223 194 5 0 0.13 0.98 0.13 52.02 0.96 0.45
Hex DF C2 5 0 D 62 D 34 60 2D
Octal 337 302 5 0 15 142 15 64 140 55
Binary 11011111 11000010 101 0 1101 1100010 1101 110100 1100000 101101

Color Harmonies of #DFC205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC205

Black with #DFC205

Text Example


Text Example

White with #DFC205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC205; }

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

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

background-color css

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

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

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

border-color css

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

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

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