Html Css Color HEX #CAAB0E Buddha Gold

📋 copy color: '#CAAB0E'

red 202 ◦ green 171 ◦ blue 14

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

Shades of Buddha Gold #CAAB0E

Tints of Buddha Gold #CAAB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

 BLUE value IS 14 (5.86% from 255) = 3.62%

R = 52.2%
G = 44.19%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CAAB0E (or 0xCAAB0E) is known color: Buddha Gold. HEX triplet: CA, AB and 0E. RGB value is (202,171,14). Sum of RGB (Red+Green+Blue) = 202+171+14=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAB0E is #3554F1. Grayscale: #A3A3A3. Windows color (decimal): -3495154 or 961482. OLE color: 961482.

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

Color convert

RGB 202 171 14 -
CMYK 0 0.15 0.93 0.21
HSL 50.11º 0.87% 0.42% -
HSV(B) 50.11º 0.93% 0.79% -
XYZ 39 41.71 6.41 -
YUV 162.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 202 171 14 0 0.15 0.93 0.21 50.11 0.87 0.42
Hex CA AB E 0 F 5D 15 32 57 2A
Octal 312 253 16 0 17 135 25 62 127 52
Binary 11001010 10101011 1110 0 1111 1011101 10101 110010 1010111 101010

Color Harmonies of #CAAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAB0E

Black with #CAAB0E

Text Example


Text Example

White with #CAAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAB0E; }

 p { color: rgb(202,171,14); }

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

background-color css

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

 a { background-color: rgb(202,171,14); }

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

border-color css

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

 span { border-color: rgb(202,171,14); }

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