Html Css Color HEX #CBA30D Buddha Gold

📋 copy color: '#CBA30D'

red 203 ◦ green 163 ◦ blue 13

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

Shades of Buddha Gold #CBA30D

Tints of Buddha Gold #CBA30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.01%

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

R = 53.56%
G = 43.01%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA30D (or 0xCBA30D) is known color: Buddha Gold. HEX triplet: CB, A3 and 0D. RGB value is (203,163,13). Sum of RGB (Red+Green+Blue) = 203+163+13=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA30D is #345CF2. Grayscale: #9E9E9E. Windows color (decimal): -3431667 or 893899. OLE color: 893899.

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

Color convert

RGB 203 163 13 -
CMYK 0 0.20 0.94 0.20
HSL 47.37º 0.88% 0.42% -
HSV(B) 47.37º 0.94% 0.8% -
XYZ 37.8 38.92 5.9 -
YUV 157.86 46.25 160.2 -
System Red Green Blue C M Y K H S L
Decimal 203 163 13 0 0.20 0.94 0.20 47.37 0.88 0.42
Hex CB A3 D 0 14 5E 14 2F 58 2A
Octal 313 243 15 0 24 136 24 57 130 52
Binary 11001011 10100011 1101 0 10100 1011110 10100 101111 1011000 101010

Color Harmonies of #CBA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA30D

Black with #CBA30D

Text Example


Text Example

White with #CBA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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