Html Css Color HEX #C08A03 Dark Goldenrod

📋 copy color: '#C08A03'

red 192 ◦ green 138 ◦ blue 3

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

Shades of Dark Goldenrod #C08A03

Tints of Dark Goldenrod #C08A03

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.44%

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

R = 57.66%
G = 41.44%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C08A03 (or 0xC08A03) is known color: Dark Goldenrod. HEX triplet: C0, 8A and 03. RGB value is (192,138,3). Sum of RGB (Red+Green+Blue) = 192+138+3=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08A03 is #3F75FC. Grayscale: #8B8B8B. Windows color (decimal): -4158973 or 232128. OLE color: 232128.

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

Color convert

RGB 192 138 3 -
CMYK 0 0.28 0.98 0.25
HSL 42.86º 0.97% 0.38% -
HSV(B) 42.86º 0.98% 0.75% -
XYZ 30.84 29.39 4.13 -
YUV 138.76 51.39 165.98 -
System Red Green Blue C M Y K H S L
Decimal 192 138 3 0 0.28 0.98 0.25 42.86 0.97 0.38
Hex C0 8A 3 0 1C 62 19 2B 61 26
Octal 300 212 3 0 34 142 31 53 141 46
Binary 11000000 10001010 11 0 11100 1100010 11001 101011 1100001 100110

Color Harmonies of #C08A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A03

Black with #C08A03

Text Example


Text Example

White with #C08A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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