Html Css Color HEX #C08212 Dark Goldenrod

📋 copy color: '#C08212'

red 192 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #C08212

Tints of Dark Goldenrod #C08212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

 BLUE value IS 18 (7.42% from 255) = 5.29%

R = 56.47%
G = 38.24%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C08212 (or 0xC08212) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 12. RGB value is (192,130,18). Sum of RGB (Red+Green+Blue) = 192+130+18=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C08212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08212 is #3F7DED. Grayscale: #888888. Windows color (decimal): -4161006 or 1213120. OLE color: 1213120.

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

Color convert

RGB 192 130 18 -
CMYK 0 0.32 0.91 0.25
HSL 38.62º 0.83% 0.41% -
HSV(B) 38.62º 0.91% 0.75% -
XYZ 29.83 27.22 4.25 -
YUV 135.77 61.54 168.11 -
System Red Green Blue C M Y K H S L
Decimal 192 130 18 0 0.32 0.91 0.25 38.62 0.83 0.41
Hex C0 82 12 0 20 5B 19 27 53 29
Octal 300 202 22 0 40 133 31 47 123 51
Binary 11000000 10000010 10010 0 100000 1011011 11001 100111 1010011 101001

Color Harmonies of #C08212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08212

Black with #C08212

Text Example


Text Example

White with #C08212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08212; }

 p { color: rgb(192,130,18); }

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

background-color css

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

 a { background-color: rgb(192,130,18); }

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

border-color css

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

 span { border-color: rgb(192,130,18); }

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