Html Css Color HEX #CBA906 Buddha Gold

📋 copy color: '#CBA906'

red 203 ◦ green 169 ◦ blue 6

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

Shades of Buddha Gold #CBA906

Tints of Buddha Gold #CBA906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 53.7%
G = 44.71%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBA906 (or 0xCBA906) is known color: Buddha Gold. HEX triplet: CB, A9 and 06. RGB value is (203,169,6). Sum of RGB (Red+Green+Blue) = 203+169+6=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA906 is #3456F9. Grayscale: #A1A1A1. Windows color (decimal): -3430138 or 436683. OLE color: 436683.

HSL color Cylindrical-coordinate representation of color #CBA906: hue angle of 49.64º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBA906 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 6 -
CMYK 0 0.17 0.97 0.20
HSL 49.64º 0.94% 0.41% -
HSV(B) 49.64º 0.97% 0.8% -
XYZ 38.85 41.09 6.06 -
YUV 160.58 40.76 158.25 -
System Red Green Blue C M Y K H S L
Decimal 203 169 6 0 0.17 0.97 0.20 49.64 0.94 0.41
Hex CB A9 6 0 11 61 14 32 5E 29
Octal 313 251 6 0 21 141 24 62 136 51
Binary 11001011 10101001 110 0 10001 1100001 10100 110010 1011110 101001

Color Harmonies of #CBA906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA906

Black with #CBA906

Text Example


Text Example

White with #CBA906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA906; }

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

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

background-color css

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

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

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

border-color css

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

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

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