Html Css Color HEX #C08314 Dark Goldenrod

📋 copy color: '#C08314'

red 192 ◦ green 131 ◦ blue 20

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

Shades of Dark Goldenrod #C08314

Tints of Dark Goldenrod #C08314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 55.98%
G = 38.19%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C08314 (or 0xC08314) is known color: Dark Goldenrod. HEX triplet: C0, 83 and 14. RGB value is (192,131,20). Sum of RGB (Red+Green+Blue) = 192+131+20=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C08314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08314 is #3F7CEB. Grayscale: #898989. Windows color (decimal): -4160748 or 1344448. OLE color: 1344448.

HSL color Cylindrical-coordinate representation of color #C08314: hue angle of 38.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C08314 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 20 -
CMYK 0 0.32 0.90 0.25
HSL 38.72º 0.81% 0.42% -
HSV(B) 38.72º 0.9% 0.75% -
XYZ 29.98 27.49 4.39 -
YUV 136.59 62.21 167.53 -
System Red Green Blue C M Y K H S L
Decimal 192 131 20 0 0.32 0.90 0.25 38.72 0.81 0.42
Hex C0 83 14 0 20 5A 19 27 51 2A
Octal 300 203 24 0 40 132 31 47 121 52
Binary 11000000 10000011 10100 0 100000 1011010 11001 100111 1010001 101010

Color Harmonies of #C08314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08314

Black with #C08314

Text Example


Text Example

White with #C08314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08314; }

 p { color: rgb(192,131,20); }

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

background-color css

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

 a { background-color: rgb(192,131,20); }

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

border-color css

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

 span { border-color: rgb(192,131,20); }

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