Html Css Color HEX #CA8800 Dark Goldenrod

📋 copy color: '#CA8800'

red 202 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #CA8800

Tints of Dark Goldenrod #CA8800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.24%

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

R = 59.76%
G = 40.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA8800 (or 0xCA8800) is known color: Dark Goldenrod. HEX triplet: CA, 88 and 00. RGB value is (202,136,0). Sum of RGB (Red+Green+Blue) = 202+136+0=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8800 is #3577FF. Grayscale: #8C8C8C. Windows color (decimal): -3504128 or 35018. OLE color: 35018.

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

Color convert

RGB 202 136 0 -
CMYK 0 0.33 1 0.21
HSL 40.4º 1% 0.4% -
HSV(B) 40.4º 1% 0.79% -
XYZ 33.16 30.16 4.07 -
YUV 140.23 48.87 172.06 -
System Red Green Blue C M Y K H S L
Decimal 202 136 0 0 0.33 1 0.21 40.4 1 0.4
Hex CA 88 0 0 21 64 15 28 64 28
Octal 312 210 0 0 41 144 25 50 144 50
Binary 11001010 10001000 0 0 100001 1100100 10101 101000 1100100 101000

Color Harmonies of #CA8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8800

Black with #CA8800

Text Example


Text Example

White with #CA8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8800; }

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

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

background-color css

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

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

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

border-color css

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

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

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