Html Css Color HEX #C08003 Dark Goldenrod

📋 copy color: '#C08003'

red 192 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #C08003

Tints of Dark Goldenrod #C08003

RGB

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

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

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

R = 59.44%
G = 39.63%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C08003 (or 0xC08003) is known color: Dark Goldenrod. HEX triplet: C0, 80 and 03. RGB value is (192,128,3). Sum of RGB (Red+Green+Blue) = 192+128+3=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C08003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08003 is #3F7FFC. Grayscale: #858585. Windows color (decimal): -4161533 or 229568. OLE color: 229568.

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

Color convert

RGB 192 128 3 -
CMYK 0 0.33 0.98 0.25
HSL 39.68º 0.97% 0.38% -
HSV(B) 39.68º 0.98% 0.75% -
XYZ 29.47 26.65 3.68 -
YUV 132.89 54.7 170.16 -
System Red Green Blue C M Y K H S L
Decimal 192 128 3 0 0.33 0.98 0.25 39.68 0.97 0.38
Hex C0 80 3 0 21 62 19 28 61 26
Octal 300 200 3 0 41 142 31 50 141 46
Binary 11000000 10000000 11 0 100001 1100010 11001 101000 1100001 100110

Color Harmonies of #C08003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08003

Black with #C08003

Text Example


Text Example

White with #C08003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08003; }

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

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

background-color css

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

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

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

border-color css

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

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

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