Html Css Color HEX #CBA407 Buddha Gold

📋 copy color: '#CBA407'

red 203 ◦ green 164 ◦ blue 7

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

Shades of Buddha Gold #CBA407

Tints of Buddha Gold #CBA407

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.85%

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

R = 54.28%
G = 43.85%
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

#CBA407 (or 0xCBA407) is known color: Buddha Gold. HEX triplet: CB, A4 and 07. RGB value is (203,164,7). Sum of RGB (Red+Green+Blue) = 203+164+7=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA407 is #345BF8. Grayscale: #9E9E9E. Windows color (decimal): -3431417 or 500939. OLE color: 500939.

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

Color convert

RGB 203 164 7 -
CMYK 0 0.19 0.97 0.20
HSL 48.06º 0.93% 0.41% -
HSV(B) 48.06º 0.97% 0.8% -
XYZ 37.94 39.26 5.78 -
YUV 157.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 203 164 7 0 0.19 0.97 0.20 48.06 0.93 0.41
Hex CB A4 7 0 13 61 14 30 5D 29
Octal 313 244 7 0 23 141 24 60 135 51
Binary 11001011 10100100 111 0 10011 1100001 10100 110000 1011101 101001

Color Harmonies of #CBA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA407

Black with #CBA407

Text Example


Text Example

White with #CBA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA407; }

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

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

background-color css

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

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

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

border-color css

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

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

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