Html Css Color HEX #C08108 Dark Goldenrod

📋 copy color: '#C08108'

red 192 ◦ green 129 ◦ blue 8

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

Shades of Dark Goldenrod #C08108

Tints of Dark Goldenrod #C08108

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.21%

 BLUE value IS 8 (3.52% from 255) = 2.43%

R = 58.36%
G = 39.21%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C08108 (or 0xC08108) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 08. RGB value is (192,129,8). Sum of RGB (Red+Green+Blue) = 192+129+8=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C08108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08108 is #3F7EF7. Grayscale: #868686. Windows color (decimal): -4161272 or 557504. OLE color: 557504.

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

Color convert

RGB 192 129 8 -
CMYK 0 0.33 0.96 0.25
HSL 39.46º 0.92% 0.39% -
HSV(B) 39.46º 0.96% 0.75% -
XYZ 29.63 26.92 3.86 -
YUV 134.04 56.87 169.34 -
System Red Green Blue C M Y K H S L
Decimal 192 129 8 0 0.33 0.96 0.25 39.46 0.92 0.39
Hex C0 81 8 0 21 60 19 27 5C 27
Octal 300 201 10 0 41 140 31 47 134 47
Binary 11000000 10000001 1000 0 100001 1100000 11001 100111 1011100 100111

Color Harmonies of #C08108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08108

Black with #C08108

Text Example


Text Example

White with #C08108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08108; }

 p { color: rgb(192,129,8); }

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

background-color css

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

 a { background-color: rgb(192,129,8); }

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

border-color css

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

 span { border-color: rgb(192,129,8); }

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