Html Css Color HEX #DCC106 Sunflower

📋 copy color: '#DCC106'

red 220 ◦ green 193 ◦ blue 6

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

Shades of Sunflower #DCC106

Tints of Sunflower #DCC106

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.06%

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

R = 52.51%
G = 46.06%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCC106 (or 0xDCC106) is known color: Sunflower. HEX triplet: DC, C1 and 06. RGB value is (220,193,6). Sum of RGB (Red+Green+Blue) = 220+193+6=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC106 is #233EF9. Grayscale: #B4B4B4. Windows color (decimal): -2309882 or 442844. OLE color: 442844.

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

Color convert

RGB 220 193 6 -
CMYK 0 0.12 0.97 0.14
HSL 52.43º 0.95% 0.44% -
HSV(B) 52.43º 0.97% 0.86% -
XYZ 48.62 53.37 7.91 -
YUV 179.76 29.95 156.71 -
System Red Green Blue C M Y K H S L
Decimal 220 193 6 0 0.12 0.97 0.14 52.43 0.95 0.44
Hex DC C1 6 0 C 61 E 34 5F 2C
Octal 334 301 6 0 14 141 16 64 137 54
Binary 11011100 11000001 110 0 1100 1100001 1110 110100 1011111 101100

Color Harmonies of #DCC106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC106

Black with #DCC106

Text Example


Text Example

White with #DCC106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC106; }

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

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

background-color css

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

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

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

border-color css

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

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

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