Html Css Color HEX #C08603 Dark Goldenrod

📋 copy color: '#C08603'

red 192 ◦ green 134 ◦ blue 3

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

Shades of Dark Goldenrod #C08603

Tints of Dark Goldenrod #C08603

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.73%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 58.36%
G = 40.73%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C08603 (or 0xC08603) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 03. RGB value is (192,134,3). Sum of RGB (Red+Green+Blue) = 192+134+3=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C08603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08603 is #3F79FC. Grayscale: #888888. Windows color (decimal): -4159997 or 231104. OLE color: 231104.

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

Color convert

RGB 192 134 3 -
CMYK 0 0.30 0.98 0.25
HSL 41.59º 0.97% 0.38% -
HSV(B) 41.59º 0.98% 0.75% -
XYZ 30.28 28.26 3.95 -
YUV 136.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 192 134 3 0 0.30 0.98 0.25 41.59 0.97 0.38
Hex C0 86 3 0 1E 62 19 2A 61 26
Octal 300 206 3 0 36 142 31 52 141 46
Binary 11000000 10000110 11 0 11110 1100010 11001 101010 1100001 100110

Color Harmonies of #C08603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08603

Black with #C08603

Text Example


Text Example

White with #C08603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08603; }

 p { color: rgb(192,134,3); }

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

background-color css

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

 a { background-color: rgb(192,134,3); }

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

border-color css

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

 span { border-color: rgb(192,134,3); }

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