Html Css Color HEX #C08917 Dark Goldenrod

📋 copy color: '#C08917'

red 192 ◦ green 137 ◦ blue 23

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

Shades of Dark Goldenrod #C08917

Tints of Dark Goldenrod #C08917

RGB

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

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

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

R = 54.55%
G = 38.92%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C08917 (or 0xC08917) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 17. RGB value is (192,137,23). Sum of RGB (Red+Green+Blue) = 192+137+23=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C08917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08917 is #3F76E8. Grayscale: #8C8C8C. Windows color (decimal): -4159209 or 1542592. OLE color: 1542592.

HSL color Cylindrical-coordinate representation of color #C08917: hue angle of 40.47º 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 #C08917 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 137 23 -
CMYK 0 0.29 0.88 0.25
HSL 40.47º 0.79% 0.42% -
HSV(B) 40.47º 0.88% 0.75% -
XYZ 30.84 29.16 4.81 -
YUV 140.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 192 137 23 0 0.29 0.88 0.25 40.47 0.79 0.42
Hex C0 89 17 0 1D 58 19 28 4F 2A
Octal 300 211 27 0 35 130 31 50 117 52
Binary 11000000 10001001 10111 0 11101 1011000 11001 101000 1001111 101010

Color Harmonies of #C08917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08917

Black with #C08917

Text Example


Text Example

White with #C08917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08917; }

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

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

background-color css

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

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

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

border-color css

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

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

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