Html Css Color HEX #CA8506 Dark Goldenrod

📋 copy color: '#CA8506'

red 202 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #CA8506

Tints of Dark Goldenrod #CA8506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 59.24%
G = 39%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA8506 (or 0xCA8506) is known color: Dark Goldenrod. HEX triplet: CA, 85 and 06. RGB value is (202,133,6). Sum of RGB (Red+Green+Blue) = 202+133+6=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8506 is #357AF9. Grayscale: #8B8B8B. Windows color (decimal): -3504890 or 427466. OLE color: 427466.

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

Color convert

RGB 202 133 6 -
CMYK 0 0.34 0.97 0.21
HSL 38.88º 0.94% 0.41% -
HSV(B) 38.88º 0.97% 0.79% -
XYZ 32.78 29.34 4.11 -
YUV 139.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 202 133 6 0 0.34 0.97 0.21 38.88 0.94 0.41
Hex CA 85 6 0 22 61 15 27 5E 29
Octal 312 205 6 0 42 141 25 47 136 51
Binary 11001010 10000101 110 0 100010 1100001 10101 100111 1011110 101001

Color Harmonies of #CA8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8506

Black with #CA8506

Text Example


Text Example

White with #CA8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8506; }

 p { color: rgb(202,133,6); }

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

background-color css

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

 a { background-color: rgb(202,133,6); }

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

border-color css

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

 span { border-color: rgb(202,133,6); }

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