Html Css Color HEX #CBA709 Buddha Gold

📋 copy color: '#CBA709'

red 203 ◦ green 167 ◦ blue 9

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

Shades of Buddha Gold #CBA709

Tints of Buddha Gold #CBA709

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.06%

 BLUE value IS 9 (3.91% from 255) = 2.37%

R = 53.56%
G = 44.06%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBA709 (or 0xCBA709) is known color: Buddha Gold. HEX triplet: CB, A7 and 09. RGB value is (203,167,9). Sum of RGB (Red+Green+Blue) = 203+167+9=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA709 is #3458F6. Grayscale: #A0A0A0. Windows color (decimal): -3430647 or 632779. OLE color: 632779.

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

Color convert

RGB 203 167 9 -
CMYK 0 0.18 0.96 0.20
HSL 48.87º 0.92% 0.42% -
HSV(B) 48.87º 0.96% 0.8% -
XYZ 38.5 40.35 6.02 -
YUV 159.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 203 167 9 0 0.18 0.96 0.20 48.87 0.92 0.42
Hex CB A7 9 0 12 60 14 31 5C 2A
Octal 313 247 11 0 22 140 24 61 134 52
Binary 11001011 10100111 1001 0 10010 1100000 10100 110001 1011100 101010

Color Harmonies of #CBA709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA709

Black with #CBA709

Text Example


Text Example

White with #CBA709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA709; }

 p { color: rgb(203,167,9); }

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

background-color css

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

 a { background-color: rgb(203,167,9); }

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

border-color css

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

 span { border-color: rgb(203,167,9); }

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