Html Css Color HEX #C08718 Dark Goldenrod

📋 copy color: '#C08718'

red 192 ◦ green 135 ◦ blue 24

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

Shades of Dark Goldenrod #C08718

Tints of Dark Goldenrod #C08718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.46%

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 54.7%
G = 38.46%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C08718 (or 0xC08718) is known color: Dark Goldenrod. HEX triplet: C0, 87 and 18. RGB value is (192,135,24). Sum of RGB (Red+Green+Blue) = 192+135+24=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C08718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08718 is #3F78E7. Grayscale: #8B8B8B. Windows color (decimal): -4159720 or 1607616. OLE color: 1607616.

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

Color convert

RGB 192 135 24 -
CMYK 0 0.30 0.88 0.25
HSL 39.64º 0.78% 0.42% -
HSV(B) 39.64º 0.88% 0.75% -
XYZ 30.57 28.6 4.77 -
YUV 139.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 192 135 24 0 0.30 0.88 0.25 39.64 0.78 0.42
Hex C0 87 18 0 1E 58 19 28 4E 2A
Octal 300 207 30 0 36 130 31 50 116 52
Binary 11000000 10000111 11000 0 11110 1011000 11001 101000 1001110 101010

Color Harmonies of #C08718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08718

Black with #C08718

Text Example


Text Example

White with #C08718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08718; }

 p { color: rgb(192,135,24); }

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

background-color css

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

 a { background-color: rgb(192,135,24); }

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

border-color css

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

 span { border-color: rgb(192,135,24); }

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