Html Css Color HEX #DCC705 Sunflower

📋 copy color: '#DCC705'

red 220 ◦ green 199 ◦ blue 5

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

Shades of Sunflower #DCC705

Tints of Sunflower #DCC705

RGB

 RED value IS 220 (86.33% from 255) = 51.89%

 GREEN value IS 199 (78.13% from 255) = 46.93%

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

R = 51.89%
G = 46.93%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCC705 (or 0xDCC705) is known color: Sunflower. HEX triplet: DC, C7 and 05. RGB value is (220,199,5). Sum of RGB (Red+Green+Blue) = 220+199+5=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC705 is #2338FA. Grayscale: #B7B7B7. Windows color (decimal): -2308347 or 378844. OLE color: 378844.

HSL color Cylindrical-coordinate representation of color #DCC705: hue angle of 54.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCC705 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 5 -
CMYK 0 0.10 0.98 0.14
HSL 54.14º 0.96% 0.44% -
HSV(B) 54.14º 0.98% 0.86% -
XYZ 49.97 56.07 8.33 -
YUV 183.16 27.46 154.27 -
System Red Green Blue C M Y K H S L
Decimal 220 199 5 0 0.10 0.98 0.14 54.14 0.96 0.44
Hex DC C7 5 0 A 62 E 36 60 2C
Octal 334 307 5 0 12 142 16 66 140 54
Binary 11011100 11000111 101 0 1010 1100010 1110 110110 1100000 101100

Color Harmonies of #DCC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC705

Black with #DCC705

Text Example


Text Example

White with #DCC705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC705; }

 p { color: rgb(220,199,5); }

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

background-color css

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

 a { background-color: rgb(220,199,5); }

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

border-color css

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

 span { border-color: rgb(220,199,5); }

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