Html Css Color HEX #C08513 Dark Goldenrod

📋 copy color: '#C08513'

red 192 ◦ green 133 ◦ blue 19

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

Shades of Dark Goldenrod #C08513

Tints of Dark Goldenrod #C08513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.66%

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 55.81%
G = 38.66%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C08513 (or 0xC08513) is known color: Dark Goldenrod. HEX triplet: C0, 85 and 13. RGB value is (192,133,19). Sum of RGB (Red+Green+Blue) = 192+133+19=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C08513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08513 is #3F7AEC. Grayscale: #8A8A8A. Windows color (decimal): -4160237 or 1279424. OLE color: 1279424.

HSL color Cylindrical-coordinate representation of color #C08513: hue angle of 39.54º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C08513 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 19 -
CMYK 0 0.31 0.90 0.25
HSL 39.54º 0.82% 0.41% -
HSV(B) 39.54º 0.9% 0.75% -
XYZ 30.24 28.03 4.43 -
YUV 137.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 192 133 19 0 0.31 0.90 0.25 39.54 0.82 0.41
Hex C0 85 13 0 1F 5A 19 28 52 29
Octal 300 205 23 0 37 132 31 50 122 51
Binary 11000000 10000101 10011 0 11111 1011010 11001 101000 1010010 101001

Color Harmonies of #C08513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08513

Black with #C08513

Text Example


Text Example

White with #C08513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08513; }

 p { color: rgb(192,133,19); }

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

background-color css

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

 a { background-color: rgb(192,133,19); }

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

border-color css

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

 span { border-color: rgb(192,133,19); }

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