Html Css Color HEX #DFC005 Sunflower

📋 copy color: '#DFC005'

red 223 ◦ green 192 ◦ blue 5

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

Shades of Sunflower #DFC005

Tints of Sunflower #DFC005

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

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

R = 53.1%
G = 45.71%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFC005 (or 0xDFC005) is known color: Sunflower. HEX triplet: DF, C0 and 05. RGB value is (223,192,5). Sum of RGB (Red+Green+Blue) = 223+192+5=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC005 is #203FFA. Grayscale: #B4B4B4. Windows color (decimal): -2113531 or 377055. OLE color: 377055.

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

Color convert

RGB 223 192 5 -
CMYK 0 0.14 0.98 0.13
HSL 51.47º 0.96% 0.45% -
HSV(B) 51.47º 0.98% 0.87% -
XYZ 49.31 53.4 7.85 -
YUV 179.95 29.27 158.71 -
System Red Green Blue C M Y K H S L
Decimal 223 192 5 0 0.14 0.98 0.13 51.47 0.96 0.45
Hex DF C0 5 0 E 62 D 33 60 2D
Octal 337 300 5 0 16 142 15 63 140 55
Binary 11011111 11000000 101 0 1110 1100010 1101 110011 1100000 101101

Color Harmonies of #DFC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC005

Black with #DFC005

Text Example


Text Example

White with #DFC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC005; }

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

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

background-color css

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

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

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

border-color css

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

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

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