Html Css Color HEX #CA7800 Dark Goldenrod

📋 copy color: '#CA7800'

red 202 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #CA7800

Tints of Dark Goldenrod #CA7800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.27%

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

R = 62.73%
G = 37.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA7800 (or 0xCA7800) is known color: Dark Goldenrod. HEX triplet: CA, 78 and 00. RGB value is (202,120,0). Sum of RGB (Red+Green+Blue) = 202+120+0=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7800 is #3587FF. Grayscale: #838383. Windows color (decimal): -3508224 or 30922. OLE color: 30922.

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

Color convert

RGB 202 120 0 -
CMYK 0 0.41 1 0.21
HSL 35.64º 1% 0.4% -
HSV(B) 35.64º 1% 0.79% -
XYZ 31.07 25.99 3.38 -
YUV 130.84 54.17 178.76 -
System Red Green Blue C M Y K H S L
Decimal 202 120 0 0 0.41 1 0.21 35.64 1 0.4
Hex CA 78 0 0 29 64 15 24 64 28
Octal 312 170 0 0 51 144 25 44 144 50
Binary 11001010 1111000 0 0 101001 1100100 10101 100100 1100100 101000

Color Harmonies of #CA7800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7800

Black with #CA7800

Text Example


Text Example

White with #CA7800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7800; }

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

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

background-color css

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

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

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

border-color css

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

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

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