Html Css Color HEX #CBA607 Buddha Gold

📋 copy color: '#CBA607'

red 203 ◦ green 166 ◦ blue 7

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

Shades of Buddha Gold #CBA607

Tints of Buddha Gold #CBA607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 53.99%
G = 44.15%
B = 1.86%

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

#CBA607 (or 0xCBA607) is known color: Buddha Gold. HEX triplet: CB, A6 and 07. RGB value is (203,166,7). Sum of RGB (Red+Green+Blue) = 203+166+7=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA607 is #3459F8. Grayscale: #9F9F9F. Windows color (decimal): -3430905 or 501451. OLE color: 501451.

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

Color convert

RGB 203 166 7 -
CMYK 0 0.18 0.97 0.20
HSL 48.67º 0.93% 0.41% -
HSV(B) 48.67º 0.97% 0.8% -
XYZ 38.3 39.98 5.9 -
YUV 158.94 42.26 159.43 -
System Red Green Blue C M Y K H S L
Decimal 203 166 7 0 0.18 0.97 0.20 48.67 0.93 0.41
Hex CB A6 7 0 12 61 14 31 5D 29
Octal 313 246 7 0 22 141 24 61 135 51
Binary 11001011 10100110 111 0 10010 1100001 10100 110001 1011101 101001

Color Harmonies of #CBA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA607

Black with #CBA607

Text Example


Text Example

White with #CBA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA607; }

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

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

background-color css

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

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

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

border-color css

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

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

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