Html Css Color HEX #CA8A03 Dark Goldenrod

📋 copy color: '#CA8A03'

red 202 ◦ green 138 ◦ blue 3

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

Shades of Dark Goldenrod #CA8A03

Tints of Dark Goldenrod #CA8A03

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.23%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 58.89%
G = 40.23%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA8A03 (or 0xCA8A03) is known color: Dark Goldenrod. HEX triplet: CA, 8A and 03. RGB value is (202,138,3). Sum of RGB (Red+Green+Blue) = 202+138+3=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8A03 is #3575FC. Grayscale: #8E8E8E. Windows color (decimal): -3503613 or 232138. OLE color: 232138.

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

Color convert

RGB 202 138 3 -
CMYK 0 0.32 0.99 0.21
HSL 40.7º 0.97% 0.4% -
HSV(B) 40.7º 0.99% 0.79% -
XYZ 33.46 30.74 4.26 -
YUV 141.75 49.7 170.98 -
System Red Green Blue C M Y K H S L
Decimal 202 138 3 0 0.32 0.99 0.21 40.7 0.97 0.4
Hex CA 8A 3 0 20 63 15 29 61 28
Octal 312 212 3 0 40 143 25 51 141 50
Binary 11001010 10001010 11 0 100000 1100011 10101 101001 1100001 101000

Color Harmonies of #CA8A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A03

Black with #CA8A03

Text Example


Text Example

White with #CA8A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A03; }

 p { color: rgb(202,138,3); }

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

background-color css

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

 a { background-color: rgb(202,138,3); }

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

border-color css

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

 span { border-color: rgb(202,138,3); }

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