Html Css Color HEX #CBA606 Buddha Gold

📋 copy color: '#CBA606'

red 203 ◦ green 166 ◦ blue 6

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

Shades of Buddha Gold #CBA606

Tints of Buddha Gold #CBA606

RGB

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

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

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

R = 54.13%
G = 44.27%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBA606 (or 0xCBA606) is known color: Buddha Gold. HEX triplet: CB, A6 and 06. RGB value is (203,166,6). Sum of RGB (Red+Green+Blue) = 203+166+6=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA606 is #3459F9. Grayscale: #9F9F9F. Windows color (decimal): -3430906 or 435915. OLE color: 435915.

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

Color convert

RGB 203 166 6 -
CMYK 0 0.18 0.97 0.20
HSL 48.73º 0.94% 0.41% -
HSV(B) 48.73º 0.97% 0.8% -
XYZ 38.3 39.98 5.87 -
YUV 158.82 41.76 159.51 -
System Red Green Blue C M Y K H S L
Decimal 203 166 6 0 0.18 0.97 0.20 48.73 0.94 0.41
Hex CB A6 6 0 12 61 14 31 5E 29
Octal 313 246 6 0 22 141 24 61 136 51
Binary 11001011 10100110 110 0 10010 1100001 10100 110001 1011110 101001

Color Harmonies of #CBA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA606

Black with #CBA606

Text Example


Text Example

White with #CBA606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA606; }

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

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

background-color css

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

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

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

border-color css

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

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

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