Html Css Color HEX #DCC706 Sunflower

📋 copy color: '#DCC706'

red 220 ◦ green 199 ◦ blue 6

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

Shades of Sunflower #DCC706

Tints of Sunflower #DCC706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.41%

R = 51.76%
G = 46.82%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCC706 (or 0xDCC706) is known color: Sunflower. HEX triplet: DC, C7 and 06. RGB value is (220,199,6). Sum of RGB (Red+Green+Blue) = 220+199+6=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC706 is #2338F9. Grayscale: #B8B8B8. Windows color (decimal): -2308346 or 444380. OLE color: 444380.

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

Color convert

RGB 220 199 6 -
CMYK 0 0.10 0.97 0.14
HSL 54.11º 0.95% 0.44% -
HSV(B) 54.11º 0.97% 0.86% -
XYZ 49.97 56.08 8.36 -
YUV 183.28 27.96 154.19 -
System Red Green Blue C M Y K H S L
Decimal 220 199 6 0 0.10 0.97 0.14 54.11 0.95 0.44
Hex DC C7 6 0 A 61 E 36 5F 2C
Octal 334 307 6 0 12 141 16 66 137 54
Binary 11011100 11000111 110 0 1010 1100001 1110 110110 1011111 101100

Color Harmonies of #DCC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC706

Black with #DCC706

Text Example


Text Example

White with #DCC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC706; }

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

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

background-color css

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

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

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

border-color css

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

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

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