Html Css Color HEX #C08610 Dark Goldenrod

📋 copy color: '#C08610'

red 192 ◦ green 134 ◦ blue 16

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

Shades of Dark Goldenrod #C08610

Tints of Dark Goldenrod #C08610

RGB

 RED value IS 192 (75.39% from 255) = 56.14%

 GREEN value IS 134 (52.73% from 255) = 39.18%

 BLUE value IS 16 (6.64% from 255) = 4.68%

R = 56.14%
G = 39.18%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C08610 (or 0xC08610) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 10. RGB value is (192,134,16). Sum of RGB (Red+Green+Blue) = 192+134+16=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C08610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08610 is #3F79EF. Grayscale: #8A8A8A. Windows color (decimal): -4159984 or 1083072. OLE color: 1083072.

HSL color Cylindrical-coordinate representation of color #C08610: hue angle of 40.23º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C08610 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 16 -
CMYK 0 0.30 0.92 0.25
HSL 40.23º 0.85% 0.41% -
HSV(B) 40.23º 0.92% 0.75% -
XYZ 30.36 28.29 4.35 -
YUV 137.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 192 134 16 0 0.30 0.92 0.25 40.23 0.85 0.41
Hex C0 86 10 0 1E 5C 19 28 55 29
Octal 300 206 20 0 36 134 31 50 125 51
Binary 11000000 10000110 10000 0 11110 1011100 11001 101000 1010101 101001

Color Harmonies of #C08610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08610

Black with #C08610

Text Example


Text Example

White with #C08610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08610; }

 p { color: rgb(192,134,16); }

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

background-color css

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

 a { background-color: rgb(192,134,16); }

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

border-color css

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

 span { border-color: rgb(192,134,16); }

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