Html Css Color HEX #CA9602 Dark Goldenrod

📋 copy color: '#CA9602'

red 202 ◦ green 150 ◦ blue 2

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

Shades of Dark Goldenrod #CA9602

Tints of Dark Goldenrod #CA9602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

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

R = 57.06%
G = 42.37%
B = 0.56%

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

#CA9602 (or 0xCA9602) is known color: Dark Goldenrod. HEX triplet: CA, 96 and 02. RGB value is (202,150,2). Sum of RGB (Red+Green+Blue) = 202+150+2=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9602 is #3569FD. Grayscale: #959595. Windows color (decimal): -3500542 or 169674. OLE color: 169674.

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

Color convert

RGB 202 150 2 -
CMYK 0 0.26 0.99 0.21
HSL 44.4º 0.98% 0.4% -
HSV(B) 44.4º 0.99% 0.79% -
XYZ 35.27 34.37 4.83 -
YUV 148.68 45.23 166.03 -
System Red Green Blue C M Y K H S L
Decimal 202 150 2 0 0.26 0.99 0.21 44.4 0.98 0.4
Hex CA 96 2 0 1A 63 15 2C 62 28
Octal 312 226 2 0 32 143 25 54 142 50
Binary 11001010 10010110 10 0 11010 1100011 10101 101100 1100010 101000

Color Harmonies of #CA9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9602

Black with #CA9602

Text Example


Text Example

White with #CA9602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9602; }

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

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

background-color css

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

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

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

border-color css

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

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

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