Html Css Color HEX #CA8600 Dark Goldenrod

📋 copy color: '#CA8600'

red 202 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #CA8600

Tints of Dark Goldenrod #CA8600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.12%
G = 39.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA8600 (or 0xCA8600) is known color: Dark Goldenrod. HEX triplet: CA, 86 and 00. RGB value is (202,134,0). Sum of RGB (Red+Green+Blue) = 202+134+0=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8600 is #3579FF. Grayscale: #8B8B8B. Windows color (decimal): -3504640 or 34506. OLE color: 34506.

HSL color Cylindrical-coordinate representation of color #CA8600: hue angle of 39.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA8600 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 134 0 -
CMYK 0 0.34 1 0.21
HSL 39.8º 1% 0.4% -
HSV(B) 39.8º 1% 0.79% -
XYZ 32.88 29.61 3.98 -
YUV 139.06 49.53 172.9 -
System Red Green Blue C M Y K H S L
Decimal 202 134 0 0 0.34 1 0.21 39.8 1 0.4
Hex CA 86 0 0 22 64 15 28 64 28
Octal 312 206 0 0 42 144 25 50 144 50
Binary 11001010 10000110 0 0 100010 1100100 10101 101000 1100100 101000

Color Harmonies of #CA8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8600

Black with #CA8600

Text Example


Text Example

White with #CA8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8600; }

 p { color: rgb(202,134,0); }

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

background-color css

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

 a { background-color: rgb(202,134,0); }

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

border-color css

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

 span { border-color: rgb(202,134,0); }

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