Html Css Color HEX #CBA60B Buddha Gold

📋 copy color: '#CBA60B'

red 203 ◦ green 166 ◦ blue 11

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

Shades of Buddha Gold #CBA60B

Tints of Buddha Gold #CBA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.68%

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

R = 53.42%
G = 43.68%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CBA60B (or 0xCBA60B) is known color: Buddha Gold. HEX triplet: CB, A6 and 0B. RGB value is (203,166,11). Sum of RGB (Red+Green+Blue) = 203+166+11=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA60B is #3459F4. Grayscale: #A0A0A0. Windows color (decimal): -3430901 or 763595. OLE color: 763595.

HSL color Cylindrical-coordinate representation of color #CBA60B: hue angle of 48.44º 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 #CBA60B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 11 -
CMYK 0 0.18 0.95 0.20
HSL 48.44º 0.9% 0.42% -
HSV(B) 48.44º 0.95% 0.8% -
XYZ 38.33 39.99 6.02 -
YUV 159.39 44.26 159.1 -
System Red Green Blue C M Y K H S L
Decimal 203 166 11 0 0.18 0.95 0.20 48.44 0.9 0.42
Hex CB A6 B 0 12 5F 14 30 5A 2A
Octal 313 246 13 0 22 137 24 60 132 52
Binary 11001011 10100110 1011 0 10010 1011111 10100 110000 1011010 101010

Color Harmonies of #CBA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA60B

Black with #CBA60B

Text Example


Text Example

White with #CBA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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