Html Css Color HEX #C28706 Dark Goldenrod

📋 copy color: '#C28706'

red 194 ◦ green 135 ◦ blue 6

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

Shades of Dark Goldenrod #C28706

Tints of Dark Goldenrod #C28706

RGB

 RED value IS 194 (76.17% from 255) = 57.91%

 GREEN value IS 135 (53.13% from 255) = 40.3%

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

R = 57.91%
G = 40.3%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C28706 (or 0xC28706) is known color: Dark Goldenrod. HEX triplet: C2, 87 and 06. RGB value is (194,135,6). Sum of RGB (Red+Green+Blue) = 194+135+6=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C28706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28706 is #3D78F9. Grayscale: #8A8A8A. Windows color (decimal): -4028666 or 427970. OLE color: 427970.

HSL color Cylindrical-coordinate representation of color #C28706: hue angle of 41.17º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C28706 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 135 6 -
CMYK 0 0.30 0.97 0.24
HSL 41.17º 0.94% 0.39% -
HSV(B) 41.17º 0.97% 0.76% -
XYZ 30.94 28.81 4.1 -
YUV 137.94 53.55 167.99 -
System Red Green Blue C M Y K H S L
Decimal 194 135 6 0 0.30 0.97 0.24 41.17 0.94 0.39
Hex C2 87 6 0 1E 61 18 29 5E 27
Octal 302 207 6 0 36 141 30 51 136 47
Binary 11000010 10000111 110 0 11110 1100001 11000 101001 1011110 100111

Color Harmonies of #C28706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28706

Black with #C28706

Text Example


Text Example

White with #C28706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28706; }

 p { color: rgb(194,135,6); }

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

background-color css

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

 a { background-color: rgb(194,135,6); }

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

border-color css

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

 span { border-color: rgb(194,135,6); }

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