Html Css Color HEX #CA9702 Dark Goldenrod

📋 copy color: '#CA9702'

red 202 ◦ green 151 ◦ blue 2

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

Shades of Dark Goldenrod #CA9702

Tints of Dark Goldenrod #CA9702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

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

R = 56.9%
G = 42.54%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA9702 (or 0xCA9702) is known color: Dark Goldenrod. HEX triplet: CA, 97 and 02. RGB value is (202,151,2). Sum of RGB (Red+Green+Blue) = 202+151+2=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9702 is #3568FD. Grayscale: #959595. Windows color (decimal): -3500286 or 169930. OLE color: 169930.

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

Color convert

RGB 202 151 2 -
CMYK 0 0.25 0.99 0.21
HSL 44.7º 0.98% 0.4% -
HSV(B) 44.7º 0.99% 0.79% -
XYZ 35.43 34.69 4.89 -
YUV 149.26 44.9 165.62 -
System Red Green Blue C M Y K H S L
Decimal 202 151 2 0 0.25 0.99 0.21 44.7 0.98 0.4
Hex CA 97 2 0 19 63 15 2D 62 28
Octal 312 227 2 0 31 143 25 55 142 50
Binary 11001010 10010111 10 0 11001 1100011 10101 101101 1100010 101000

Color Harmonies of #CA9702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9702

Black with #CA9702

Text Example


Text Example

White with #CA9702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9702; }

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

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

background-color css

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

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

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

border-color css

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

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

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