Html Css Color HEX #CBA40B Buddha Gold

📋 copy color: '#CBA40B'

red 203 ◦ green 164 ◦ blue 11

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

Shades of Buddha Gold #CBA40B

Tints of Buddha Gold #CBA40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.91%

R = 53.7%
G = 43.39%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CBA40B (or 0xCBA40B) is known color: Buddha Gold. HEX triplet: CB, A4 and 0B. RGB value is (203,164,11). Sum of RGB (Red+Green+Blue) = 203+164+11=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA40B is #345BF4. Grayscale: #9E9E9E. Windows color (decimal): -3431413 or 763083. OLE color: 763083.

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

Color convert

RGB 203 164 11 -
CMYK 0 0.19 0.95 0.20
HSL 47.81º 0.9% 0.42% -
HSV(B) 47.81º 0.95% 0.8% -
XYZ 37.96 39.27 5.9 -
YUV 158.22 44.92 159.94 -
System Red Green Blue C M Y K H S L
Decimal 203 164 11 0 0.19 0.95 0.20 47.81 0.9 0.42
Hex CB A4 B 0 13 5F 14 30 5A 2A
Octal 313 244 13 0 23 137 24 60 132 52
Binary 11001011 10100100 1011 0 10011 1011111 10100 110000 1011010 101010

Color Harmonies of #CBA40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA40B

Black with #CBA40B

Text Example


Text Example

White with #CBA40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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