Html Css Color HEX #CAA31B Buddha Gold

📋 copy color: '#CAA31B'

red 202 ◦ green 163 ◦ blue 27

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

Shades of Buddha Gold #CAA31B

Tints of Buddha Gold #CAA31B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.58%

 BLUE value IS 27 (10.94% from 255) = 6.89%

R = 51.53%
G = 41.58%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CAA31B (or 0xCAA31B) is known color: Buddha Gold. HEX triplet: CA, A3 and 1B. RGB value is (202,163,27). Sum of RGB (Red+Green+Blue) = 202+163+27=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA31B is #355CE4. Grayscale: #9F9F9F. Windows color (decimal): -3497189 or 1811402. OLE color: 1811402.

HSL color Cylindrical-coordinate representation of color #CAA31B: hue angle of 46.63º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAA31B is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 163 27 -
CMYK 0 0.19 0.87 0.21
HSL 46.63º 0.76% 0.45% -
HSV(B) 46.63º 0.87% 0.79% -
XYZ 37.65 38.83 6.55 -
YUV 159.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 202 163 27 0 0.19 0.87 0.21 46.63 0.76 0.45
Hex CA A3 1B 0 13 57 15 2F 4C 2D
Octal 312 243 33 0 23 127 25 57 114 55
Binary 11001010 10100011 11011 0 10011 1010111 10101 101111 1001100 101101

Color Harmonies of #CAA31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA31B

Black with #CAA31B

Text Example


Text Example

White with #CAA31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA31B; }

 p { color: rgb(202,163,27); }

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

background-color css

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

 a { background-color: rgb(202,163,27); }

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

border-color css

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

 span { border-color: rgb(202,163,27); }

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