Html Css Color HEX #CAA714 Buddha Gold

📋 copy color: '#CAA714'

red 202 ◦ green 167 ◦ blue 20

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

Shades of Buddha Gold #CAA714

Tints of Buddha Gold #CAA714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 51.93%
G = 42.93%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAA714 (or 0xCAA714) is known color: Buddha Gold. HEX triplet: CA, A7 and 14. RGB value is (202,167,20). Sum of RGB (Red+Green+Blue) = 202+167+20=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA714 is #3558EB. Grayscale: #A1A1A1. Windows color (decimal): -3496172 or 1353674. OLE color: 1353674.

HSL color Cylindrical-coordinate representation of color #CAA714: hue angle of 48.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAA714 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 167 20 -
CMYK 0 0.17 0.90 0.21
HSL 48.46º 0.82% 0.44% -
HSV(B) 48.46º 0.9% 0.79% -
XYZ 38.3 40.24 6.41 -
YUV 160.71 48.6 157.45 -
System Red Green Blue C M Y K H S L
Decimal 202 167 20 0 0.17 0.90 0.21 48.46 0.82 0.44
Hex CA A7 14 0 11 5A 15 30 52 2C
Octal 312 247 24 0 21 132 25 60 122 54
Binary 11001010 10100111 10100 0 10001 1011010 10101 110000 1010010 101100

Color Harmonies of #CAA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA714

Black with #CAA714

Text Example


Text Example

White with #CAA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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