Html Css Color HEX #CA7601 Dark Goldenrod

📋 copy color: '#CA7601'

red 202 ◦ green 118 ◦ blue 1

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

Shades of Dark Goldenrod #CA7601

Tints of Dark Goldenrod #CA7601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

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

R = 62.93%
G = 36.76%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CA7601 (or 0xCA7601) is known color: Dark Goldenrod. HEX triplet: CA, 76 and 01. RGB value is (202,118,1). Sum of RGB (Red+Green+Blue) = 202+118+1=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7601 is #3589FE. Grayscale: #828282. Windows color (decimal): -3508735 or 95946. OLE color: 95946.

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

Color convert

RGB 202 118 1 -
CMYK 0 0.42 1.00 0.21
HSL 34.93º 0.99% 0.4% -
HSV(B) 34.93º 1% 0.79% -
XYZ 30.84 25.52 3.33 -
YUV 129.78 55.33 179.51 -
System Red Green Blue C M Y K H S L
Decimal 202 118 1 0 0.42 1.00 0.21 34.93 0.99 0.4
Hex CA 76 1 0 2A 64 15 23 63 28
Octal 312 166 1 0 52 144 25 43 143 50
Binary 11001010 1110110 1 0 101010 1100100 10101 100011 1100011 101000

Color Harmonies of #CA7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7601

Black with #CA7601

Text Example


Text Example

White with #CA7601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7601; }

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

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

background-color css

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

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

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

border-color css

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

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

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