Html Css Color HEX #C08517 Dark Goldenrod

📋 copy color: '#C08517'

red 192 ◦ green 133 ◦ blue 23

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

Shades of Dark Goldenrod #C08517

Tints of Dark Goldenrod #C08517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.61%

R = 55.17%
G = 38.22%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C08517 (or 0xC08517) is known color: Dark Goldenrod. HEX triplet: C0, 85 and 17. RGB value is (192,133,23). Sum of RGB (Red+Green+Blue) = 192+133+23=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C08517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08517 is #3F7AE8. Grayscale: #8A8A8A. Windows color (decimal): -4160233 or 1541568. OLE color: 1541568.

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

Color convert

RGB 192 133 23 -
CMYK 0 0.31 0.88 0.25
HSL 39.05º 0.79% 0.42% -
HSV(B) 39.05º 0.88% 0.75% -
XYZ 30.28 28.04 4.63 -
YUV 138.1 63.05 166.44 -
System Red Green Blue C M Y K H S L
Decimal 192 133 23 0 0.31 0.88 0.25 39.05 0.79 0.42
Hex C0 85 17 0 1F 58 19 27 4F 2A
Octal 300 205 27 0 37 130 31 47 117 52
Binary 11000000 10000101 10111 0 11111 1011000 11001 100111 1001111 101010

Color Harmonies of #C08517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08517

Black with #C08517

Text Example


Text Example

White with #C08517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08517; }

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

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

background-color css

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

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

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

border-color css

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

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

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