Html Css Color HEX #CA8002 Dark Goldenrod

📋 copy color: '#CA8002'

red 202 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #CA8002

Tints of Dark Goldenrod #CA8002

RGB

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

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

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

R = 60.84%
G = 38.55%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA8002 (or 0xCA8002) is known color: Dark Goldenrod. HEX triplet: CA, 80 and 02. RGB value is (202,128,2). Sum of RGB (Red+Green+Blue) = 202+128+2=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8002 is #357FFD. Grayscale: #888888. Windows color (decimal): -3506174 or 164042. OLE color: 164042.

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

Color convert

RGB 202 128 2 -
CMYK 0 0.37 0.99 0.21
HSL 37.8º 0.98% 0.4% -
HSV(B) 37.8º 0.99% 0.79% -
XYZ 32.09 28 3.77 -
YUV 135.76 52.52 175.25 -
System Red Green Blue C M Y K H S L
Decimal 202 128 2 0 0.37 0.99 0.21 37.8 0.98 0.4
Hex CA 80 2 0 25 63 15 26 62 28
Octal 312 200 2 0 45 143 25 46 142 50
Binary 11001010 10000000 10 0 100101 1100011 10101 100110 1100010 101000

Color Harmonies of #CA8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8002

Black with #CA8002

Text Example


Text Example

White with #CA8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8002; }

 p { color: rgb(202,128,2); }

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

background-color css

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

 a { background-color: rgb(202,128,2); }

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

border-color css

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

 span { border-color: rgb(202,128,2); }

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