Html Css Color HEX #CBA107 Buddha Gold

📋 copy color: '#CBA107'

red 203 ◦ green 161 ◦ blue 7

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

Shades of Buddha Gold #CBA107

Tints of Buddha Gold #CBA107

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.4%

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

R = 54.72%
G = 43.4%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBA107 (or 0xCBA107) is known color: Buddha Gold. HEX triplet: CB, A1 and 07. RGB value is (203,161,7). Sum of RGB (Red+Green+Blue) = 203+161+7=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA107 is #345EF8. Grayscale: #9C9C9C. Windows color (decimal): -3432185 or 500171. OLE color: 500171.

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

Color convert

RGB 203 161 7 -
CMYK 0 0.21 0.97 0.20
HSL 47.14º 0.93% 0.41% -
HSV(B) 47.14º 0.97% 0.8% -
XYZ 37.41 38.2 5.6 -
YUV 156 43.91 161.52 -
System Red Green Blue C M Y K H S L
Decimal 203 161 7 0 0.21 0.97 0.20 47.14 0.93 0.41
Hex CB A1 7 0 15 61 14 2F 5D 29
Octal 313 241 7 0 25 141 24 57 135 51
Binary 11001011 10100001 111 0 10101 1100001 10100 101111 1011101 101001

Color Harmonies of #CBA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA107

Black with #CBA107

Text Example


Text Example

White with #CBA107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA107; }

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

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

background-color css

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

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

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

border-color css

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

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

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