Html Css Color HEX #CA9502 Dark Goldenrod

📋 copy color: '#CA9502'

red 202 ◦ green 149 ◦ blue 2

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

Shades of Dark Goldenrod #CA9502

Tints of Dark Goldenrod #CA9502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

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

R = 57.22%
G = 42.21%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA9502 (or 0xCA9502) is known color: Dark Goldenrod. HEX triplet: CA, 95 and 02. RGB value is (202,149,2). Sum of RGB (Red+Green+Blue) = 202+149+2=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9502 is #356AFD. Grayscale: #949494. Windows color (decimal): -3500798 or 169418. OLE color: 169418.

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

Color convert

RGB 202 149 2 -
CMYK 0 0.26 0.99 0.21
HSL 44.1º 0.98% 0.4% -
HSV(B) 44.1º 0.99% 0.79% -
XYZ 35.12 34.06 4.78 -
YUV 148.09 45.56 166.45 -
System Red Green Blue C M Y K H S L
Decimal 202 149 2 0 0.26 0.99 0.21 44.1 0.98 0.4
Hex CA 95 2 0 1A 63 15 2C 62 28
Octal 312 225 2 0 32 143 25 54 142 50
Binary 11001010 10010101 10 0 11010 1100011 10101 101100 1100010 101000

Color Harmonies of #CA9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9502

Black with #CA9502

Text Example


Text Example

White with #CA9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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