Html Css Color HEX #CA8902 Dark Goldenrod

📋 copy color: '#CA8902'

red 202 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #CA8902

Tints of Dark Goldenrod #CA8902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.18%

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

R = 59.24%
G = 40.18%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA8902 (or 0xCA8902) is known color: Dark Goldenrod. HEX triplet: CA, 89 and 02. RGB value is (202,137,2). Sum of RGB (Red+Green+Blue) = 202+137+2=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8902 is #3576FD. Grayscale: #8D8D8D. Windows color (decimal): -3503870 or 166346. OLE color: 166346.

HSL color Cylindrical-coordinate representation of color #CA8902: hue angle of 40.5º 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 #CA8902 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 137 2 -
CMYK 0 0.32 0.99 0.21
HSL 40.5º 0.98% 0.4% -
HSV(B) 40.5º 0.99% 0.79% -
XYZ 33.31 30.45 4.18 -
YUV 141.05 49.53 171.48 -
System Red Green Blue C M Y K H S L
Decimal 202 137 2 0 0.32 0.99 0.21 40.5 0.98 0.4
Hex CA 89 2 0 20 63 15 28 62 28
Octal 312 211 2 0 40 143 25 50 142 50
Binary 11001010 10001001 10 0 100000 1100011 10101 101000 1100010 101000

Color Harmonies of #CA8902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8902

Black with #CA8902

Text Example


Text Example

White with #CA8902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8902; }

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

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

background-color css

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

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

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

border-color css

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

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

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