Html Css Color HEX #CBA60D Buddha Gold

📋 copy color: '#CBA60D'

red 203 ◦ green 166 ◦ blue 13

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

Shades of Buddha Gold #CBA60D

Tints of Buddha Gold #CBA60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.46%

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 53.14%
G = 43.46%
B = 3.4%

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

#CBA60D (or 0xCBA60D) is known color: Buddha Gold. HEX triplet: CB, A6 and 0D. RGB value is (203,166,13). Sum of RGB (Red+Green+Blue) = 203+166+13=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA60D is #3459F2. Grayscale: #A0A0A0. Windows color (decimal): -3430899 or 894667. OLE color: 894667.

HSL color Cylindrical-coordinate representation of color #CBA60D: hue angle of 48.32º degrees, saturation: 0.88, 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 #CBA60D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 13 -
CMYK 0 0.18 0.94 0.20
HSL 48.32º 0.88% 0.42% -
HSV(B) 48.32º 0.94% 0.8% -
XYZ 38.34 40 6.08 -
YUV 159.62 45.26 158.94 -
System Red Green Blue C M Y K H S L
Decimal 203 166 13 0 0.18 0.94 0.20 48.32 0.88 0.42
Hex CB A6 D 0 12 5E 14 30 58 2A
Octal 313 246 15 0 22 136 24 60 130 52
Binary 11001011 10100110 1101 0 10010 1011110 10100 110000 1011000 101010

Color Harmonies of #CBA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA60D

Black with #CBA60D

Text Example


Text Example

White with #CBA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA60D; }

 p { color: rgb(203,166,13); }

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

background-color css

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

 a { background-color: rgb(203,166,13); }

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

border-color css

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

 span { border-color: rgb(203,166,13); }

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