Html Css Color HEX #CBA307 Buddha Gold

📋 copy color: '#CBA307'

red 203 ◦ green 163 ◦ blue 7

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

Shades of Buddha Gold #CBA307

Tints of Buddha Gold #CBA307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.7%

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

R = 54.42%
G = 43.7%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBA307 (or 0xCBA307) is known color: Buddha Gold. HEX triplet: CB, A3 and 07. RGB value is (203,163,7). Sum of RGB (Red+Green+Blue) = 203+163+7=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA307 is #345CF8. Grayscale: #9D9D9D. Windows color (decimal): -3431673 or 500683. OLE color: 500683.

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

Color convert

RGB 203 163 7 -
CMYK 0 0.20 0.97 0.20
HSL 47.76º 0.93% 0.41% -
HSV(B) 47.76º 0.97% 0.8% -
XYZ 37.76 38.91 5.72 -
YUV 157.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 203 163 7 0 0.20 0.97 0.20 47.76 0.93 0.41
Hex CB A3 7 0 14 61 14 30 5D 29
Octal 313 243 7 0 24 141 24 60 135 51
Binary 11001011 10100011 111 0 10100 1100001 10100 110000 1011101 101001

Color Harmonies of #CBA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA307

Black with #CBA307

Text Example


Text Example

White with #CBA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA307; }

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

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

background-color css

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

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

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

border-color css

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

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

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