Html Css Color HEX #CA7706 Dark Goldenrod

📋 copy color: '#CA7706'

red 202 ◦ green 119 ◦ blue 6

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

Shades of Dark Goldenrod #CA7706

Tints of Dark Goldenrod #CA7706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.39%

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

R = 61.77%
G = 36.39%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA7706 (or 0xCA7706) is known color: Dark Goldenrod. HEX triplet: CA, 77 and 06. RGB value is (202,119,6). Sum of RGB (Red+Green+Blue) = 202+119+6=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7706 is #3588F9. Grayscale: #838383. Windows color (decimal): -3508474 or 423882. OLE color: 423882.

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

Color convert

RGB 202 119 6 -
CMYK 0 0.41 0.97 0.21
HSL 34.59º 0.94% 0.41% -
HSV(B) 34.59º 0.97% 0.79% -
XYZ 30.99 25.76 3.51 -
YUV 130.94 57.5 178.69 -
System Red Green Blue C M Y K H S L
Decimal 202 119 6 0 0.41 0.97 0.21 34.59 0.94 0.41
Hex CA 77 6 0 29 61 15 23 5E 29
Octal 312 167 6 0 51 141 25 43 136 51
Binary 11001010 1110111 110 0 101001 1100001 10101 100011 1011110 101001

Color Harmonies of #CA7706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7706

Black with #CA7706

Text Example


Text Example

White with #CA7706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7706; }

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

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

background-color css

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

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

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

border-color css

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

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

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