Html Css Color HEX #CBAA0F Buddha Gold

📋 copy color: '#CBAA0F'

red 203 ◦ green 170 ◦ blue 15

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

Shades of Buddha Gold #CBAA0F

Tints of Buddha Gold #CBAA0F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.81%

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

R = 52.32%
G = 43.81%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBAA0F (or 0xCBAA0F) is known color: Buddha Gold. HEX triplet: CB, AA and 0F. RGB value is (203,170,15). Sum of RGB (Red+Green+Blue) = 203+170+15=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAA0F is #3455F0. Grayscale: #A2A2A2. Windows color (decimal): -3429873 or 1026763. OLE color: 1026763.

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

Color convert

RGB 203 170 15 -
CMYK 0 0.16 0.93 0.20
HSL 49.47º 0.86% 0.43% -
HSV(B) 49.47º 0.93% 0.8% -
XYZ 39.09 41.48 6.4 -
YUV 162.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 203 170 15 0 0.16 0.93 0.20 49.47 0.86 0.43
Hex CB AA F 0 10 5D 14 31 56 2B
Octal 313 252 17 0 20 135 24 61 126 53
Binary 11001011 10101010 1111 0 10000 1011101 10100 110001 1010110 101011

Color Harmonies of #CBAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA0F

Black with #CBAA0F

Text Example


Text Example

White with #CBAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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