Html Css Color HEX #CBA90F Buddha Gold

📋 copy color: '#CBA90F'

red 203 ◦ green 169 ◦ blue 15

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

Shades of Buddha Gold #CBA90F

Tints of Buddha Gold #CBA90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 52.45%
G = 43.67%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBA90F (or 0xCBA90F) is known color: Buddha Gold. HEX triplet: CB, A9 and 0F. RGB value is (203,169,15). Sum of RGB (Red+Green+Blue) = 203+169+15=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA90F is #3456F0. Grayscale: #A2A2A2. Windows color (decimal): -3430129 or 1026507. OLE color: 1026507.

HSL color Cylindrical-coordinate representation of color #CBA90F: hue angle of 49.15º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBA90F is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 15 -
CMYK 0 0.17 0.93 0.20
HSL 49.15º 0.86% 0.43% -
HSV(B) 49.15º 0.93% 0.8% -
XYZ 38.9 41.11 6.34 -
YUV 161.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 203 169 15 0 0.17 0.93 0.20 49.15 0.86 0.43
Hex CB A9 F 0 11 5D 14 31 56 2B
Octal 313 251 17 0 21 135 24 61 126 53
Binary 11001011 10101001 1111 0 10001 1011101 10100 110001 1010110 101011

Color Harmonies of #CBA90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA90F

Black with #CBA90F

Text Example


Text Example

White with #CBA90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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