Html Css Color HEX #CA9705 Dark Goldenrod

📋 copy color: '#CA9705'

red 202 ◦ green 151 ◦ blue 5

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

Shades of Dark Goldenrod #CA9705

Tints of Dark Goldenrod #CA9705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

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

R = 56.42%
G = 42.18%
B = 1.4%

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

#CA9705 (or 0xCA9705) is known color: Dark Goldenrod. HEX triplet: CA, 97 and 05. RGB value is (202,151,5). Sum of RGB (Red+Green+Blue) = 202+151+5=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9705 is #3568FA. Grayscale: #969696. Windows color (decimal): -3500283 or 366538. OLE color: 366538.

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

Color convert

RGB 202 151 5 -
CMYK 0 0.25 0.98 0.21
HSL 44.47º 0.95% 0.41% -
HSV(B) 44.47º 0.98% 0.79% -
XYZ 35.45 34.7 4.97 -
YUV 149.61 46.4 165.37 -
System Red Green Blue C M Y K H S L
Decimal 202 151 5 0 0.25 0.98 0.21 44.47 0.95 0.41
Hex CA 97 5 0 19 62 15 2C 5F 29
Octal 312 227 5 0 31 142 25 54 137 51
Binary 11001010 10010111 101 0 11001 1100010 10101 101100 1011111 101001

Color Harmonies of #CA9705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9705

Black with #CA9705

Text Example


Text Example

White with #CA9705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9705; }

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

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

background-color css

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

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

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

border-color css

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

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

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