Html Css Color HEX #CA8300 Dark Goldenrod

📋 copy color: '#CA8300'

red 202 ◦ green 131 ◦ blue 0

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

Shades of Dark Goldenrod #CA8300

Tints of Dark Goldenrod #CA8300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.34%

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

R = 60.66%
G = 39.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA8300 (or 0xCA8300) is known color: Dark Goldenrod. HEX triplet: CA, 83 and 00. RGB value is (202,131,0). Sum of RGB (Red+Green+Blue) = 202+131+0=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8300 is #357CFF. Grayscale: #898989. Windows color (decimal): -3505408 or 33738. OLE color: 33738.

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

Color convert

RGB 202 131 0 -
CMYK 0 0.35 1 0.21
HSL 38.91º 1% 0.4% -
HSV(B) 38.91º 1% 0.79% -
XYZ 32.47 28.79 3.85 -
YUV 137.3 50.52 174.15 -
System Red Green Blue C M Y K H S L
Decimal 202 131 0 0 0.35 1 0.21 38.91 1 0.4
Hex CA 83 0 0 23 64 15 27 64 28
Octal 312 203 0 0 43 144 25 47 144 50
Binary 11001010 10000011 0 0 100011 1100100 10101 100111 1100100 101000

Color Harmonies of #CA8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8300

Black with #CA8300

Text Example


Text Example

White with #CA8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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