Html Css Color HEX #C08500 Dark Goldenrod

📋 copy color: '#C08500'

red 192 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #C08500

Tints of Dark Goldenrod #C08500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.08%
G = 40.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C08500 (or 0xC08500) is known color: Dark Goldenrod. HEX triplet: C0, 85 and 00. RGB value is (192,133,0). Sum of RGB (Red+Green+Blue) = 192+133+0=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C08500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08500 is #3F7AFF. Grayscale: #888888. Windows color (decimal): -4160256 or 34240. OLE color: 34240.

HSL color Cylindrical-coordinate representation of color #C08500: hue angle of 41.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C08500 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 0 -
CMYK 0 0.31 1 0.25
HSL 41.56º 1% 0.38% -
HSV(B) 41.56º 1% 0.75% -
XYZ 30.13 27.98 3.81 -
YUV 135.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 192 133 0 0 0.31 1 0.25 41.56 1 0.38
Hex C0 85 0 0 1F 64 19 2A 64 26
Octal 300 205 0 0 37 144 31 52 144 46
Binary 11000000 10000101 0 0 11111 1100100 11001 101010 1100100 100110

Color Harmonies of #C08500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08500

Black with #C08500

Text Example


Text Example

White with #C08500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08500; }

 p { color: rgb(192,133,0); }

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

background-color css

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

 a { background-color: rgb(192,133,0); }

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

border-color css

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

 span { border-color: rgb(192,133,0); }

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