Html Css Color HEX #CAA703 Buddha Gold

📋 copy color: '#CAA703'

red 202 ◦ green 167 ◦ blue 3

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

Shades of Buddha Gold #CAA703

Tints of Buddha Gold #CAA703

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.89%

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

R = 54.3%
G = 44.89%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CAA703 (or 0xCAA703) is known color: Buddha Gold. HEX triplet: CA, A7 and 03. RGB value is (202,167,3). Sum of RGB (Red+Green+Blue) = 202+167+3=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA703 is #3558FC. Grayscale: #9F9F9F. Windows color (decimal): -3496189 or 239562. OLE color: 239562.

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

Color convert

RGB 202 167 3 -
CMYK 0 0.17 0.99 0.21
HSL 49.45º 0.97% 0.4% -
HSV(B) 49.45º 0.99% 0.79% -
XYZ 38.19 40.2 5.83 -
YUV 158.77 40.1 158.84 -
System Red Green Blue C M Y K H S L
Decimal 202 167 3 0 0.17 0.99 0.21 49.45 0.97 0.4
Hex CA A7 3 0 11 63 15 31 61 28
Octal 312 247 3 0 21 143 25 61 141 50
Binary 11001010 10100111 11 0 10001 1100011 10101 110001 1100001 101000

Color Harmonies of #CAA703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA703

Black with #CAA703

Text Example


Text Example

White with #CAA703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA703; }

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

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

background-color css

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

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

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

border-color css

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

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

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