Html Css Color HEX #CA8703 Dark Goldenrod

📋 copy color: '#CA8703'

red 202 ◦ green 135 ◦ blue 3

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

Shades of Dark Goldenrod #CA8703

Tints of Dark Goldenrod #CA8703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.71%

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

R = 59.41%
G = 39.71%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA8703 (or 0xCA8703) is known color: Dark Goldenrod. HEX triplet: CA, 87 and 03. RGB value is (202,135,3). Sum of RGB (Red+Green+Blue) = 202+135+3=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8703 is #3578FC. Grayscale: #8C8C8C. Windows color (decimal): -3504381 or 231370. OLE color: 231370.

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

Color convert

RGB 202 135 3 -
CMYK 0 0.33 0.99 0.21
HSL 39.8º 0.97% 0.4% -
HSV(B) 39.8º 0.99% 0.79% -
XYZ 33.04 29.89 4.11 -
YUV 139.99 50.7 172.23 -
System Red Green Blue C M Y K H S L
Decimal 202 135 3 0 0.33 0.99 0.21 39.8 0.97 0.4
Hex CA 87 3 0 21 63 15 28 61 28
Octal 312 207 3 0 41 143 25 50 141 50
Binary 11001010 10000111 11 0 100001 1100011 10101 101000 1100001 101000

Color Harmonies of #CA8703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8703

Black with #CA8703

Text Example


Text Example

White with #CA8703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8703; }

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

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

background-color css

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

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

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

border-color css

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

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

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