Html Css Color HEX #CBA414 Buddha Gold

📋 copy color: '#CBA414'

red 203 ◦ green 164 ◦ blue 20

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

Shades of Buddha Gold #CBA414

Tints of Buddha Gold #CBA414

RGB

 RED value IS 203 (79.69% from 255) = 52.45%

 GREEN value IS 164 (64.45% from 255) = 42.38%

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

R = 52.45%
G = 42.38%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBA414 (or 0xCBA414) is known color: Buddha Gold. HEX triplet: CB, A4 and 14. RGB value is (203,164,20). Sum of RGB (Red+Green+Blue) = 203+164+20=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA414 is #345BEB. Grayscale: #9F9F9F. Windows color (decimal): -3431404 or 1352907. OLE color: 1352907.

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

Color convert

RGB 203 164 20 -
CMYK 0 0.19 0.90 0.20
HSL 47.21º 0.82% 0.44% -
HSV(B) 47.21º 0.9% 0.8% -
XYZ 38.03 39.3 6.24 -
YUV 159.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 203 164 20 0 0.19 0.90 0.20 47.21 0.82 0.44
Hex CB A4 14 0 13 5A 14 2F 52 2C
Octal 313 244 24 0 23 132 24 57 122 54
Binary 11001011 10100100 10100 0 10011 1011010 10100 101111 1010010 101100

Color Harmonies of #CBA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA414

Black with #CBA414

Text Example


Text Example

White with #CBA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA414; }

 p { color: rgb(203,164,20); }

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

background-color css

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

 a { background-color: rgb(203,164,20); }

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

border-color css

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

 span { border-color: rgb(203,164,20); }

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