Html Css Color HEX #C0810B Dark Goldenrod

📋 copy color: '#C0810B'

red 192 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #C0810B

Tints of Dark Goldenrod #C0810B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 57.83%
G = 38.86%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0810B (or 0xC0810B) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 0B. RGB value is (192,129,11). Sum of RGB (Red+Green+Blue) = 192+129+11=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0810B is #3F7EF4. Grayscale: #868686. Windows color (decimal): -4161269 or 754112. OLE color: 754112.

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

Color convert

RGB 192 129 11 -
CMYK 0 0.33 0.94 0.25
HSL 39.12º 0.89% 0.4% -
HSV(B) 39.12º 0.94% 0.75% -
XYZ 29.65 26.93 3.95 -
YUV 134.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 192 129 11 0 0.33 0.94 0.25 39.12 0.89 0.4
Hex C0 81 B 0 21 5E 19 27 59 28
Octal 300 201 13 0 41 136 31 47 131 50
Binary 11000000 10000001 1011 0 100001 1011110 11001 100111 1011001 101000

Color Harmonies of #C0810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0810B

Black with #C0810B

Text Example


Text Example

White with #C0810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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