Html Css Color HEX #C08915 Dark Goldenrod

📋 copy color: '#C08915'

red 192 ◦ green 137 ◦ blue 21

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

Shades of Dark Goldenrod #C08915

Tints of Dark Goldenrod #C08915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

 BLUE value IS 21 (8.59% from 255) = 6%

R = 54.86%
G = 39.14%
B = 6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C08915 (or 0xC08915) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 15. RGB value is (192,137,21). Sum of RGB (Red+Green+Blue) = 192+137+21=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C08915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08915 is #3F76EA. Grayscale: #8C8C8C. Windows color (decimal): -4159211 or 1411520. OLE color: 1411520.

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

Color convert

RGB 192 137 21 -
CMYK 0 0.29 0.89 0.25
HSL 40.7º 0.8% 0.42% -
HSV(B) 40.7º 0.89% 0.75% -
XYZ 30.82 29.15 4.71 -
YUV 140.22 60.72 164.93 -
System Red Green Blue C M Y K H S L
Decimal 192 137 21 0 0.29 0.89 0.25 40.7 0.8 0.42
Hex C0 89 15 0 1D 59 19 29 50 2A
Octal 300 211 25 0 35 131 31 51 120 52
Binary 11000000 10001001 10101 0 11101 1011001 11001 101001 1010000 101010

Color Harmonies of #C08915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08915

Black with #C08915

Text Example


Text Example

White with #C08915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08915; }

 p { color: rgb(192,137,21); }

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

background-color css

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

 a { background-color: rgb(192,137,21); }

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

border-color css

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

 span { border-color: rgb(192,137,21); }

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