Html Css Color HEX #CA7701 Dark Goldenrod

📋 copy color: '#CA7701'

red 202 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #CA7701

Tints of Dark Goldenrod #CA7701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 62.73%
G = 36.96%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CA7701 (or 0xCA7701) is known color: Dark Goldenrod. HEX triplet: CA, 77 and 01. RGB value is (202,119,1). Sum of RGB (Red+Green+Blue) = 202+119+1=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7701 is #3588FE. Grayscale: #828282. Windows color (decimal): -3508479 or 96202. OLE color: 96202.

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

Color convert

RGB 202 119 1 -
CMYK 0 0.41 1.00 0.21
HSL 35.22º 0.99% 0.4% -
HSV(B) 35.22º 1% 0.79% -
XYZ 30.96 25.75 3.37 -
YUV 130.37 55 179.09 -
System Red Green Blue C M Y K H S L
Decimal 202 119 1 0 0.41 1.00 0.21 35.22 0.99 0.4
Hex CA 77 1 0 29 64 15 23 63 28
Octal 312 167 1 0 51 144 25 43 143 50
Binary 11001010 1110111 1 0 101001 1100100 10101 100011 1100011 101000

Color Harmonies of #CA7701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7701

Black with #CA7701

Text Example


Text Example

White with #CA7701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7701; }

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

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

background-color css

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

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

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

border-color css

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

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

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