Html Css Color HEX #C08902 Dark Goldenrod

📋 copy color: '#C08902'

red 192 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #C08902

Tints of Dark Goldenrod #C08902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 58.01%
G = 41.39%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C08902 (or 0xC08902) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 02. RGB value is (192,137,2). Sum of RGB (Red+Green+Blue) = 192+137+2=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C08902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08902 is #3F76FD. Grayscale: #8A8A8A. Windows color (decimal): -4159230 or 166336. OLE color: 166336.

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

Color convert

RGB 192 137 2 -
CMYK 0 0.29 0.99 0.25
HSL 42.63º 0.98% 0.38% -
HSV(B) 42.63º 0.99% 0.75% -
XYZ 30.69 29.1 4.06 -
YUV 138.06 51.22 166.48 -
System Red Green Blue C M Y K H S L
Decimal 192 137 2 0 0.29 0.99 0.25 42.63 0.98 0.38
Hex C0 89 2 0 1D 63 19 2B 62 26
Octal 300 211 2 0 35 143 31 53 142 46
Binary 11000000 10001001 10 0 11101 1100011 11001 101011 1100010 100110

Color Harmonies of #C08902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08902

Black with #C08902

Text Example


Text Example

White with #C08902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08902; }

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

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

background-color css

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

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

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

border-color css

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

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

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