Html Css Color HEX #CA7902 Dark Goldenrod

📋 copy color: '#CA7902'

red 202 ◦ green 121 ◦ blue 2

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

Shades of Dark Goldenrod #CA7902

Tints of Dark Goldenrod #CA7902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

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

R = 62.15%
G = 37.23%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA7902 (or 0xCA7902) is known color: Dark Goldenrod. HEX triplet: CA, 79 and 02. RGB value is (202,121,2). Sum of RGB (Red+Green+Blue) = 202+121+2=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7902 is #3586FD. Grayscale: #848484. Windows color (decimal): -3507966 or 162250. OLE color: 162250.

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

Color convert

RGB 202 121 2 -
CMYK 0 0.40 0.99 0.21
HSL 35.7º 0.98% 0.4% -
HSV(B) 35.7º 0.99% 0.79% -
XYZ 31.21 26.24 3.48 -
YUV 131.65 54.84 178.18 -
System Red Green Blue C M Y K H S L
Decimal 202 121 2 0 0.40 0.99 0.21 35.7 0.98 0.4
Hex CA 79 2 0 28 63 15 24 62 28
Octal 312 171 2 0 50 143 25 44 142 50
Binary 11001010 1111001 10 0 101000 1100011 10101 100100 1100010 101000

Color Harmonies of #CA7902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7902

Black with #CA7902

Text Example


Text Example

White with #CA7902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7902; }

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

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

background-color css

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

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

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

border-color css

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

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

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