Html Css Color HEX #CBA90B Buddha Gold

📋 copy color: '#CBA90B'

red 203 ◦ green 169 ◦ blue 11

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

Shades of Buddha Gold #CBA90B

Tints of Buddha Gold #CBA90B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.13%

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

R = 53%
G = 44.13%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CBA90B (or 0xCBA90B) is known color: Buddha Gold. HEX triplet: CB, A9 and 0B. RGB value is (203,169,11). Sum of RGB (Red+Green+Blue) = 203+169+11=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA90B is #3456F4. Grayscale: #A1A1A1. Windows color (decimal): -3430133 or 764363. OLE color: 764363.

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

Color convert

RGB 203 169 11 -
CMYK 0 0.17 0.95 0.20
HSL 49.38º 0.9% 0.42% -
HSV(B) 49.38º 0.95% 0.8% -
XYZ 38.88 41.1 6.2 -
YUV 161.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 203 169 11 0 0.17 0.95 0.20 49.38 0.9 0.42
Hex CB A9 B 0 11 5F 14 31 5A 2A
Octal 313 251 13 0 21 137 24 61 132 52
Binary 11001011 10101001 1011 0 10001 1011111 10100 110001 1011010 101010

Color Harmonies of #CBA90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA90B

Black with #CBA90B

Text Example


Text Example

White with #CBA90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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