Html Css Color HEX #CA9903 Dark Goldenrod

📋 copy color: '#CA9903'

red 202 ◦ green 153 ◦ blue 3

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

Shades of Dark Goldenrod #CA9903

Tints of Dark Goldenrod #CA9903

RGB

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

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

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

R = 56.42%
G = 42.74%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA9903 (or 0xCA9903) is known color: Dark Goldenrod. HEX triplet: CA, 99 and 03. RGB value is (202,153,3). Sum of RGB (Red+Green+Blue) = 202+153+3=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9903 is #3566FC. Grayscale: #979797. Windows color (decimal): -3499773 or 235978. OLE color: 235978.

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

Color convert

RGB 202 153 3 -
CMYK 0 0.24 0.99 0.21
HSL 45.23º 0.97% 0.4% -
HSV(B) 45.23º 0.99% 0.79% -
XYZ 35.76 35.35 5.02 -
YUV 150.55 44.73 164.7 -
System Red Green Blue C M Y K H S L
Decimal 202 153 3 0 0.24 0.99 0.21 45.23 0.97 0.4
Hex CA 99 3 0 18 63 15 2D 61 28
Octal 312 231 3 0 30 143 25 55 141 50
Binary 11001010 10011001 11 0 11000 1100011 10101 101101 1100001 101000

Color Harmonies of #CA9903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9903

Black with #CA9903

Text Example


Text Example

White with #CA9903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9903; }

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

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

background-color css

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

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

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

border-color css

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

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

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