Html Css Color HEX #CA8200 Dark Goldenrod

📋 copy color: '#CA8200'

red 202 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #CA8200

Tints of Dark Goldenrod #CA8200

RGB

 RED value IS 202 (79.3% from 255) = 60.84%

 GREEN value IS 130 (51.17% from 255) = 39.16%

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

R = 60.84%
G = 39.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA8200 (or 0xCA8200) is known color: Dark Goldenrod. HEX triplet: CA, 82 and 00. RGB value is (202,130,0). Sum of RGB (Red+Green+Blue) = 202+130+0=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8200 is #357DFF. Grayscale: #898989. Windows color (decimal): -3505664 or 33482. OLE color: 33482.

HSL color Cylindrical-coordinate representation of color #CA8200: hue angle of 38.61º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA8200 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 130 0 -
CMYK 0 0.36 1 0.21
HSL 38.61º 1% 0.4% -
HSV(B) 38.61º 1% 0.79% -
XYZ 32.34 28.52 3.8 -
YUV 136.71 50.85 174.57 -
System Red Green Blue C M Y K H S L
Decimal 202 130 0 0 0.36 1 0.21 38.61 1 0.4
Hex CA 82 0 0 24 64 15 27 64 28
Octal 312 202 0 0 44 144 25 47 144 50
Binary 11001010 10000010 0 0 100100 1100100 10101 100111 1100100 101000

Color Harmonies of #CA8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8200

Black with #CA8200

Text Example


Text Example

White with #CA8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8200; }

 p { color: rgb(202,130,0); }

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

background-color css

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

 a { background-color: rgb(202,130,0); }

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

border-color css

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

 span { border-color: rgb(202,130,0); }

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