Html Css Color HEX #CBA705 Buddha Gold

📋 copy color: '#CBA705'

red 203 ◦ green 167 ◦ blue 5

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

Shades of Buddha Gold #CBA705

Tints of Buddha Gold #CBA705

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.53%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 54.13%
G = 44.53%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBA705 (or 0xCBA705) is known color: Buddha Gold. HEX triplet: CB, A7 and 05. RGB value is (203,167,5). Sum of RGB (Red+Green+Blue) = 203+167+5=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA705 is #3458FA. Grayscale: #9F9F9F. Windows color (decimal): -3430651 or 370635. OLE color: 370635.

HSL color Cylindrical-coordinate representation of color #CBA705: hue angle of 49.09º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBA705 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 5 -
CMYK 0 0.18 0.98 0.20
HSL 49.09º 0.95% 0.41% -
HSV(B) 49.09º 0.98% 0.8% -
XYZ 38.47 40.34 5.9 -
YUV 159.3 40.93 159.17 -
System Red Green Blue C M Y K H S L
Decimal 203 167 5 0 0.18 0.98 0.20 49.09 0.95 0.41
Hex CB A7 5 0 12 62 14 31 5F 29
Octal 313 247 5 0 22 142 24 61 137 51
Binary 11001011 10100111 101 0 10010 1100010 10100 110001 1011111 101001

Color Harmonies of #CBA705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA705

Black with #CBA705

Text Example


Text Example

White with #CBA705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA705; }

 p { color: rgb(203,167,5); }

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

background-color css

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

 a { background-color: rgb(203,167,5); }

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

border-color css

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

 span { border-color: rgb(203,167,5); }

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