Html Css Color HEX #C08000 Dark Goldenrod

📋 copy color: '#C08000'

red 192 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #C08000

Tints of Dark Goldenrod #C08000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C08000 (or 0xC08000) is known color: Dark Goldenrod. HEX triplet: C0, 80 and 00. RGB value is (192,128,0). Sum of RGB (Red+Green+Blue) = 192+128+0=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C08000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08000 is #3F7FFF. Grayscale: #858585. Windows color (decimal): -4161536 or 32960. OLE color: 32960.

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

Color convert

RGB 192 128 0 -
CMYK 0 0.33 1 0.25
HSL 40º 1% 0.38% -
HSV(B) 40º 1% 0.75% -
XYZ 29.46 26.64 3.59 -
YUV 132.54 53.2 170.41 -
System Red Green Blue C M Y K H S L
Decimal 192 128 0 0 0.33 1 0.25 40 1 0.38
Hex C0 80 0 0 21 64 19 28 64 26
Octal 300 200 0 0 41 144 31 50 144 46
Binary 11000000 10000000 0 0 100001 1100100 11001 101000 1100100 100110

Color Harmonies of #C08000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08000

Black with #C08000

Text Example


Text Example

White with #C08000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08000; }

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

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

background-color css

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

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

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

border-color css

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

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

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