Html Css Color HEX #C08618 Dark Goldenrod

📋 copy color: '#C08618'

red 192 ◦ green 134 ◦ blue 24

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

Shades of Dark Goldenrod #C08618

Tints of Dark Goldenrod #C08618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

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

R = 54.86%
G = 38.29%
B = 6.86%

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

#C08618 (or 0xC08618) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 18. RGB value is (192,134,24). Sum of RGB (Red+Green+Blue) = 192+134+24=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C08618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08618 is #3F79E7. Grayscale: #8B8B8B. Windows color (decimal): -4159976 or 1607360. OLE color: 1607360.

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

Color convert

RGB 192 134 24 -
CMYK 0 0.30 0.88 0.25
HSL 39.29º 0.78% 0.42% -
HSV(B) 39.29º 0.88% 0.75% -
XYZ 30.43 28.32 4.73 -
YUV 138.8 63.22 165.94 -
System Red Green Blue C M Y K H S L
Decimal 192 134 24 0 0.30 0.88 0.25 39.29 0.78 0.42
Hex C0 86 18 0 1E 58 19 27 4E 2A
Octal 300 206 30 0 36 130 31 47 116 52
Binary 11000000 10000110 11000 0 11110 1011000 11001 100111 1001110 101010

Color Harmonies of #C08618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08618

Black with #C08618

Text Example


Text Example

White with #C08618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08618; }

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

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

background-color css

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

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

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

border-color css

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

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

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