Html Css Color HEX #CA7502 Dark Goldenrod

📋 copy color: '#CA7502'

red 202 ◦ green 117 ◦ blue 2

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

Shades of Dark Goldenrod #CA7502

Tints of Dark Goldenrod #CA7502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

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

R = 62.93%
G = 36.45%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA7502 (or 0xCA7502) is known color: Dark Goldenrod. HEX triplet: CA, 75 and 02. RGB value is (202,117,2). Sum of RGB (Red+Green+Blue) = 202+117+2=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7502 is #358AFD. Grayscale: #818181. Windows color (decimal): -3508990 or 161226. OLE color: 161226.

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

Color convert

RGB 202 117 2 -
CMYK 0 0.42 0.99 0.21
HSL 34.5º 0.98% 0.4% -
HSV(B) 34.5º 0.99% 0.79% -
XYZ 30.73 25.28 3.32 -
YUV 129.31 56.16 179.85 -
System Red Green Blue C M Y K H S L
Decimal 202 117 2 0 0.42 0.99 0.21 34.5 0.98 0.4
Hex CA 75 2 0 2A 63 15 22 62 28
Octal 312 165 2 0 52 143 25 42 142 50
Binary 11001010 1110101 10 0 101010 1100011 10101 100010 1100010 101000

Color Harmonies of #CA7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7502

Black with #CA7502

Text Example


Text Example

White with #CA7502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7502; }

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

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

background-color css

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

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

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

border-color css

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

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

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