Html Css Color HEX #CA9003 Dark Goldenrod

📋 copy color: '#CA9003'

red 202 ◦ green 144 ◦ blue 3

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

Shades of Dark Goldenrod #CA9003

Tints of Dark Goldenrod #CA9003

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

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

R = 57.88%
G = 41.26%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA9003 (or 0xCA9003) is known color: Dark Goldenrod. HEX triplet: CA, 90 and 03. RGB value is (202,144,3). Sum of RGB (Red+Green+Blue) = 202+144+3=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9003 is #356FFC. Grayscale: #919191. Windows color (decimal): -3502077 or 233674. OLE color: 233674.

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

Color convert

RGB 202 144 3 -
CMYK 0 0.29 0.99 0.21
HSL 42.51º 0.97% 0.4% -
HSV(B) 42.51º 0.99% 0.79% -
XYZ 34.35 32.51 4.55 -
YUV 145.27 47.72 168.46 -
System Red Green Blue C M Y K H S L
Decimal 202 144 3 0 0.29 0.99 0.21 42.51 0.97 0.4
Hex CA 90 3 0 1D 63 15 2B 61 28
Octal 312 220 3 0 35 143 25 53 141 50
Binary 11001010 10010000 11 0 11101 1100011 10101 101011 1100001 101000

Color Harmonies of #CA9003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9003

Black with #CA9003

Text Example


Text Example

White with #CA9003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9003; }

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

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

background-color css

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

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

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

border-color css

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

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

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