Html Css Color HEX #C08900 Dark Goldenrod

📋 copy color: '#C08900'

red 192 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #C08900

Tints of Dark Goldenrod #C08900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

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

R = 58.36%
G = 41.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C08900 (or 0xC08900) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 00. RGB value is (192,137,0). Sum of RGB (Red+Green+Blue) = 192+137+0=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C08900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08900 is #3F76FF. Grayscale: #8A8A8A. Windows color (decimal): -4159232 or 35264. OLE color: 35264.

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

Color convert

RGB 192 137 0 -
CMYK 0 0.29 1 0.25
HSL 42.81º 1% 0.38% -
HSV(B) 42.81º 1% 0.75% -
XYZ 30.68 29.1 4 -
YUV 137.83 50.22 166.64 -
System Red Green Blue C M Y K H S L
Decimal 192 137 0 0 0.29 1 0.25 42.81 1 0.38
Hex C0 89 0 0 1D 64 19 2B 64 26
Octal 300 211 0 0 35 144 31 53 144 46
Binary 11000000 10001001 0 0 11101 1100100 11001 101011 1100100 100110

Color Harmonies of #C08900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08900

Black with #C08900

Text Example


Text Example

White with #C08900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08900; }

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

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

background-color css

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

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

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

border-color css

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

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

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