Html Css Color HEX #CBA40D Buddha Gold

📋 copy color: '#CBA40D'

red 203 ◦ green 164 ◦ blue 13

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

Shades of Buddha Gold #CBA40D

Tints of Buddha Gold #CBA40D

RGB

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

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

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

R = 53.42%
G = 43.16%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA40D (or 0xCBA40D) is known color: Buddha Gold. HEX triplet: CB, A4 and 0D. RGB value is (203,164,13). Sum of RGB (Red+Green+Blue) = 203+164+13=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA40D is #345BF2. Grayscale: #9F9F9F. Windows color (decimal): -3431411 or 894155. OLE color: 894155.

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

Color convert

RGB 203 164 13 -
CMYK 0 0.19 0.94 0.20
HSL 47.68º 0.88% 0.42% -
HSV(B) 47.68º 0.94% 0.8% -
XYZ 37.98 39.28 5.96 -
YUV 158.45 45.92 159.78 -
System Red Green Blue C M Y K H S L
Decimal 203 164 13 0 0.19 0.94 0.20 47.68 0.88 0.42
Hex CB A4 D 0 13 5E 14 30 58 2A
Octal 313 244 15 0 23 136 24 60 130 52
Binary 11001011 10100100 1101 0 10011 1011110 10100 110000 1011000 101010

Color Harmonies of #CBA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA40D

Black with #CBA40D

Text Example


Text Example

White with #CBA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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