Html Css Color HEX #DCC506 Sunflower

📋 copy color: '#DCC506'

red 220 ◦ green 197 ◦ blue 6

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

Shades of Sunflower #DCC506

Tints of Sunflower #DCC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.57%

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

R = 52.01%
G = 46.57%
B = 1.42%

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

#DCC506 (or 0xDCC506) is known color: Sunflower. HEX triplet: DC, C5 and 06. RGB value is (220,197,6). Sum of RGB (Red+Green+Blue) = 220+197+6=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC506 is #233AF9. Grayscale: #B6B6B6. Windows color (decimal): -2308858 or 443868. OLE color: 443868.

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

Color convert

RGB 220 197 6 -
CMYK 0 0.10 0.97 0.14
HSL 53.55º 0.95% 0.44% -
HSV(B) 53.55º 0.97% 0.86% -
XYZ 49.51 55.16 8.21 -
YUV 182.1 28.62 155.03 -
System Red Green Blue C M Y K H S L
Decimal 220 197 6 0 0.10 0.97 0.14 53.55 0.95 0.44
Hex DC C5 6 0 A 61 E 36 5F 2C
Octal 334 305 6 0 12 141 16 66 137 54
Binary 11011100 11000101 110 0 1010 1100001 1110 110110 1011111 101100

Color Harmonies of #DCC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC506

Black with #DCC506

Text Example


Text Example

White with #DCC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC506; }

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

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

background-color css

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

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

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

border-color css

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

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

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