Html Css Color HEX #CA9503 Dark Goldenrod

📋 copy color: '#CA9503'

red 202 ◦ green 149 ◦ blue 3

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

Shades of Dark Goldenrod #CA9503

Tints of Dark Goldenrod #CA9503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 57.06%
G = 42.09%
B = 0.85%

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

#CA9503 (or 0xCA9503) is known color: Dark Goldenrod. HEX triplet: CA, 95 and 03. RGB value is (202,149,3). Sum of RGB (Red+Green+Blue) = 202+149+3=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9503 is #356AFC. Grayscale: #949494. Windows color (decimal): -3500797 or 234954. OLE color: 234954.

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

Color convert

RGB 202 149 3 -
CMYK 0 0.26 0.99 0.21
HSL 44.02º 0.97% 0.4% -
HSV(B) 44.02º 0.99% 0.79% -
XYZ 35.12 34.06 4.81 -
YUV 148.2 46.06 166.37 -
System Red Green Blue C M Y K H S L
Decimal 202 149 3 0 0.26 0.99 0.21 44.02 0.97 0.4
Hex CA 95 3 0 1A 63 15 2C 61 28
Octal 312 225 3 0 32 143 25 54 141 50
Binary 11001010 10010101 11 0 11010 1100011 10101 101100 1100001 101000

Color Harmonies of #CA9503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9503

Black with #CA9503

Text Example


Text Example

White with #CA9503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9503; }

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

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

background-color css

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

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

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

border-color css

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

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

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