Html Css Color HEX #CA9100 Dark Goldenrod

📋 copy color: '#CA9100'

red 202 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #CA9100

Tints of Dark Goldenrod #CA9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.21%
G = 41.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA9100 (or 0xCA9100) is known color: Dark Goldenrod. HEX triplet: CA, 91 and 00. RGB value is (202,145,0). Sum of RGB (Red+Green+Blue) = 202+145+0=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9100 is #356EFF. Grayscale: #929292. Windows color (decimal): -3501824 or 37322. OLE color: 37322.

HSL color Cylindrical-coordinate representation of color #CA9100: hue angle of 43.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA9100 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 145 0 -
CMYK 0 0.28 1 0.21
HSL 43.07º 1% 0.4% -
HSV(B) 43.07º 1% 0.79% -
XYZ 34.48 32.81 4.52 -
YUV 145.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 202 145 0 0 0.28 1 0.21 43.07 1 0.4
Hex CA 91 0 0 1C 64 15 2B 64 28
Octal 312 221 0 0 34 144 25 53 144 50
Binary 11001010 10010001 0 0 11100 1100100 10101 101011 1100100 101000

Color Harmonies of #CA9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9100

Black with #CA9100

Text Example


Text Example

White with #CA9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9100; }

 p { color: rgb(202,145,0); }

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

background-color css

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

 a { background-color: rgb(202,145,0); }

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

border-color css

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

 span { border-color: rgb(202,145,0); }

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