Html Css Color HEX #CBA703 Buddha Gold

📋 copy color: '#CBA703'

red 203 ◦ green 167 ◦ blue 3

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

Shades of Buddha Gold #CBA703

Tints of Buddha Gold #CBA703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 54.42%
G = 44.77%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CBA703 (or 0xCBA703) is known color: Buddha Gold. HEX triplet: CB, A7 and 03. RGB value is (203,167,3). Sum of RGB (Red+Green+Blue) = 203+167+3=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA703 is #3458FC. Grayscale: #9F9F9F. Windows color (decimal): -3430653 or 239563. OLE color: 239563.

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

Color convert

RGB 203 167 3 -
CMYK 0 0.18 0.99 0.20
HSL 49.2º 0.97% 0.4% -
HSV(B) 49.2º 0.99% 0.8% -
XYZ 38.46 40.34 5.85 -
YUV 159.07 39.93 159.34 -
System Red Green Blue C M Y K H S L
Decimal 203 167 3 0 0.18 0.99 0.20 49.2 0.97 0.4
Hex CB A7 3 0 12 63 14 31 61 28
Octal 313 247 3 0 22 143 24 61 141 50
Binary 11001011 10100111 11 0 10010 1100011 10100 110001 1100001 101000

Color Harmonies of #CBA703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA703

Black with #CBA703

Text Example


Text Example

White with #CBA703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA703; }

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

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

background-color css

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

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

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

border-color css

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

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

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