Html Css Color HEX #CA9900 Dark Goldenrod

📋 copy color: '#CA9900'

red 202 ◦ green 153 ◦ blue 0

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

Shades of Dark Goldenrod #CA9900

Tints of Dark Goldenrod #CA9900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.1%

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

R = 56.9%
G = 43.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA9900 (or 0xCA9900) is known color: Dark Goldenrod. HEX triplet: CA, 99 and 00. RGB value is (202,153,0). Sum of RGB (Red+Green+Blue) = 202+153+0=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9900 is #3566FF. Grayscale: #969696. Windows color (decimal): -3499776 or 39370. OLE color: 39370.

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

Color convert

RGB 202 153 0 -
CMYK 0 0.24 1 0.21
HSL 45.45º 1% 0.4% -
HSV(B) 45.45º 1% 0.79% -
XYZ 35.75 35.34 4.94 -
YUV 150.21 43.23 164.94 -
System Red Green Blue C M Y K H S L
Decimal 202 153 0 0 0.24 1 0.21 45.45 1 0.4
Hex CA 99 0 0 18 64 15 2D 64 28
Octal 312 231 0 0 30 144 25 55 144 50
Binary 11001010 10011001 0 0 11000 1100100 10101 101101 1100100 101000

Color Harmonies of #CA9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9900

Black with #CA9900

Text Example


Text Example

White with #CA9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9900; }

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

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

background-color css

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

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

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

border-color css

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

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

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