Html Css Color HEX #CBA908 Buddha Gold

📋 copy color: '#CBA908'

red 203 ◦ green 169 ◦ blue 8

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

Shades of Buddha Gold #CBA908

Tints of Buddha Gold #CBA908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 53.42%
G = 44.47%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBA908 (or 0xCBA908) is known color: Buddha Gold. HEX triplet: CB, A9 and 08. RGB value is (203,169,8). Sum of RGB (Red+Green+Blue) = 203+169+8=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA908 is #3456F7. Grayscale: #A1A1A1. Windows color (decimal): -3430136 or 567755. OLE color: 567755.

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

Color convert

RGB 203 169 8 -
CMYK 0 0.17 0.96 0.20
HSL 49.54º 0.92% 0.41% -
HSV(B) 49.54º 0.96% 0.8% -
XYZ 38.86 41.09 6.11 -
YUV 160.81 41.76 158.09 -
System Red Green Blue C M Y K H S L
Decimal 203 169 8 0 0.17 0.96 0.20 49.54 0.92 0.41
Hex CB A9 8 0 11 60 14 32 5C 29
Octal 313 251 10 0 21 140 24 62 134 51
Binary 11001011 10101001 1000 0 10001 1100000 10100 110010 1011100 101001

Color Harmonies of #CBA908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA908

Black with #CBA908

Text Example


Text Example

White with #CBA908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA908; }

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

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

background-color css

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

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

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

border-color css

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

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

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