Html Css Color HEX #DCC806 Sunflower

📋 copy color: '#DCC806'

red 220 ◦ green 200 ◦ blue 6

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

Shades of Sunflower #DCC806

Tints of Sunflower #DCC806

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.95%

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

R = 51.64%
G = 46.95%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCC806 (or 0xDCC806) is known color: Sunflower. HEX triplet: DC, C8 and 06. RGB value is (220,200,6). Sum of RGB (Red+Green+Blue) = 220+200+6=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC806 is #2337F9. Grayscale: #B8B8B8. Windows color (decimal): -2308090 or 444636. OLE color: 444636.

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

Color convert

RGB 220 200 6 -
CMYK 0 0.09 0.97 0.14
HSL 54.39º 0.95% 0.44% -
HSV(B) 54.39º 0.97% 0.86% -
XYZ 50.2 56.54 8.44 -
YUV 183.86 27.63 153.77 -
System Red Green Blue C M Y K H S L
Decimal 220 200 6 0 0.09 0.97 0.14 54.39 0.95 0.44
Hex DC C8 6 0 9 61 E 36 5F 2C
Octal 334 310 6 0 11 141 16 66 137 54
Binary 11011100 11001000 110 0 1001 1100001 1110 110110 1011111 101100

Color Harmonies of #DCC806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC806

Black with #DCC806

Text Example


Text Example

White with #DCC806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC806; }

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

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

background-color css

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

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

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

border-color css

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

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

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