Html Css Color HEX #CBA70C Buddha Gold

📋 copy color: '#CBA70C'

red 203 ◦ green 167 ◦ blue 12

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

Shades of Buddha Gold #CBA70C

Tints of Buddha Gold #CBA70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.14%

R = 53.14%
G = 43.72%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA70C (or 0xCBA70C) is known color: Buddha Gold. HEX triplet: CB, A7 and 0C. RGB value is (203,167,12). Sum of RGB (Red+Green+Blue) = 203+167+12=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA70C is #3458F3. Grayscale: #A0A0A0. Windows color (decimal): -3430644 or 829387. OLE color: 829387.

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

Color convert

RGB 203 167 12 -
CMYK 0 0.18 0.94 0.20
HSL 48.69º 0.89% 0.42% -
HSV(B) 48.69º 0.94% 0.8% -
XYZ 38.51 40.36 6.11 -
YUV 160.09 44.43 158.6 -
System Red Green Blue C M Y K H S L
Decimal 203 167 12 0 0.18 0.94 0.20 48.69 0.89 0.42
Hex CB A7 C 0 12 5E 14 31 59 2A
Octal 313 247 14 0 22 136 24 61 131 52
Binary 11001011 10100111 1100 0 10010 1011110 10100 110001 1011001 101010

Color Harmonies of #CBA70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA70C

Black with #CBA70C

Text Example


Text Example

White with #CBA70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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