Html Css Color HEX #CA9805 Dark Goldenrod

📋 copy color: '#CA9805'

red 202 ◦ green 152 ◦ blue 5

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

Shades of Dark Goldenrod #CA9805

Tints of Dark Goldenrod #CA9805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.34%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 56.27%
G = 42.34%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA9805 (or 0xCA9805) is known color: Dark Goldenrod. HEX triplet: CA, 98 and 05. RGB value is (202,152,5). Sum of RGB (Red+Green+Blue) = 202+152+5=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9805 is #3567FA. Grayscale: #969696. Windows color (decimal): -3500027 or 366794. OLE color: 366794.

HSL color Cylindrical-coordinate representation of color #CA9805: hue angle of 44.77º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA9805 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 5 -
CMYK 0 0.25 0.98 0.21
HSL 44.77º 0.95% 0.41% -
HSV(B) 44.77º 0.98% 0.79% -
XYZ 35.61 35.02 5.03 -
YUV 150.19 46.07 164.95 -
System Red Green Blue C M Y K H S L
Decimal 202 152 5 0 0.25 0.98 0.21 44.77 0.95 0.41
Hex CA 98 5 0 19 62 15 2D 5F 29
Octal 312 230 5 0 31 142 25 55 137 51
Binary 11001010 10011000 101 0 11001 1100010 10101 101101 1011111 101001

Color Harmonies of #CA9805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9805

Black with #CA9805

Text Example


Text Example

White with #CA9805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9805; }

 p { color: rgb(202,152,5); }

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

background-color css

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

 a { background-color: rgb(202,152,5); }

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

border-color css

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

 span { border-color: rgb(202,152,5); }

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