Html Css Color HEX #CBA507 Buddha Gold

📋 copy color: '#CBA507'

red 203 ◦ green 165 ◦ blue 7

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

Shades of Buddha Gold #CBA507

Tints of Buddha Gold #CBA507

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44%

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

R = 54.13%
G = 44%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBA507 (or 0xCBA507) is known color: Buddha Gold. HEX triplet: CB, A5 and 07. RGB value is (203,165,7). Sum of RGB (Red+Green+Blue) = 203+165+7=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA507 is #345AF8. Grayscale: #9F9F9F. Windows color (decimal): -3431161 or 501195. OLE color: 501195.

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

Color convert

RGB 203 165 7 -
CMYK 0 0.19 0.97 0.20
HSL 48.37º 0.93% 0.41% -
HSV(B) 48.37º 0.97% 0.8% -
XYZ 38.12 39.62 5.84 -
YUV 158.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 203 165 7 0 0.19 0.97 0.20 48.37 0.93 0.41
Hex CB A5 7 0 13 61 14 30 5D 29
Octal 313 245 7 0 23 141 24 60 135 51
Binary 11001011 10100101 111 0 10011 1100001 10100 110000 1011101 101001

Color Harmonies of #CBA507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA507

Black with #CBA507

Text Example


Text Example

White with #CBA507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA507; }

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

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

background-color css

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

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

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

border-color css

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

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

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