Html Css Color HEX #CBA90D Buddha Gold

📋 copy color: '#CBA90D'

red 203 ◦ green 169 ◦ blue 13

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

Shades of Buddha Gold #CBA90D

Tints of Buddha Gold #CBA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.9%

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

R = 52.73%
G = 43.9%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA90D (or 0xCBA90D) is known color: Buddha Gold. HEX triplet: CB, A9 and 0D. RGB value is (203,169,13). Sum of RGB (Red+Green+Blue) = 203+169+13=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA90D is #3456F2. Grayscale: #A2A2A2. Windows color (decimal): -3430131 or 895435. OLE color: 895435.

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

Color convert

RGB 203 169 13 -
CMYK 0 0.17 0.94 0.20
HSL 49.26º 0.88% 0.42% -
HSV(B) 49.26º 0.94% 0.8% -
XYZ 38.89 41.1 6.26 -
YUV 161.38 44.26 157.68 -
System Red Green Blue C M Y K H S L
Decimal 203 169 13 0 0.17 0.94 0.20 49.26 0.88 0.42
Hex CB A9 D 0 11 5E 14 31 58 2A
Octal 313 251 15 0 21 136 24 61 130 52
Binary 11001011 10101001 1101 0 10001 1011110 10100 110001 1011000 101010

Color Harmonies of #CBA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA90D

Black with #CBA90D

Text Example


Text Example

White with #CBA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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