Html Css Color HEX #CBA40E Buddha Gold

📋 copy color: '#CBA40E'

red 203 ◦ green 164 ◦ blue 14

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

Shades of Buddha Gold #CBA40E

Tints of Buddha Gold #CBA40E

RGB

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

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

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

R = 53.28%
G = 43.04%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBA40E (or 0xCBA40E) is known color: Buddha Gold. HEX triplet: CB, A4 and 0E. RGB value is (203,164,14). Sum of RGB (Red+Green+Blue) = 203+164+14=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA40E is #345BF1. Grayscale: #9F9F9F. Windows color (decimal): -3431410 or 959691. OLE color: 959691.

HSL color Cylindrical-coordinate representation of color #CBA40E: hue angle of 47.62º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBA40E is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 14 -
CMYK 0 0.19 0.93 0.20
HSL 47.62º 0.87% 0.43% -
HSV(B) 47.62º 0.93% 0.8% -
XYZ 37.98 39.28 6 -
YUV 158.56 46.42 159.7 -
System Red Green Blue C M Y K H S L
Decimal 203 164 14 0 0.19 0.93 0.20 47.62 0.87 0.43
Hex CB A4 E 0 13 5D 14 30 57 2B
Octal 313 244 16 0 23 135 24 60 127 53
Binary 11001011 10100100 1110 0 10011 1011101 10100 110000 1010111 101011

Color Harmonies of #CBA40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA40E

Black with #CBA40E

Text Example


Text Example

White with #CBA40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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