Html Css Color HEX #C08817 Dark Goldenrod

📋 copy color: '#C08817'

red 192 ◦ green 136 ◦ blue 23

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

Shades of Dark Goldenrod #C08817

Tints of Dark Goldenrod #C08817

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.75%

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

R = 54.7%
G = 38.75%
B = 6.55%

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

#C08817 (or 0xC08817) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 17. RGB value is (192,136,23). Sum of RGB (Red+Green+Blue) = 192+136+23=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C08817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08817 is #3F77E8. Grayscale: #8C8C8C. Windows color (decimal): -4159465 or 1542336. OLE color: 1542336.

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

Color convert

RGB 192 136 23 -
CMYK 0 0.29 0.88 0.25
HSL 40.12º 0.79% 0.42% -
HSV(B) 40.12º 0.88% 0.75% -
XYZ 30.7 28.88 4.77 -
YUV 139.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 192 136 23 0 0.29 0.88 0.25 40.12 0.79 0.42
Hex C0 88 17 0 1D 58 19 28 4F 2A
Octal 300 210 27 0 35 130 31 50 117 52
Binary 11000000 10001000 10111 0 11101 1011000 11001 101000 1001111 101010

Color Harmonies of #C08817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08817

Black with #C08817

Text Example


Text Example

White with #C08817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08817; }

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

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

background-color css

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

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

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

border-color css

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

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

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