Html Css Color HEX #CB9514 Buddha Gold

📋 copy color: '#CB9514'

red 203 ◦ green 149 ◦ blue 20

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

Shades of Buddha Gold #CB9514

Tints of Buddha Gold #CB9514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 54.57%
G = 40.05%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB9514 (or 0xCB9514) is known color: Buddha Gold. HEX triplet: CB, 95 and 14. RGB value is (203,149,20). Sum of RGB (Red+Green+Blue) = 203+149+20=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9514 is #346AEB. Grayscale: #979797. Windows color (decimal): -3435244 or 1349067. OLE color: 1349067.

HSL color Cylindrical-coordinate representation of color #CB9514: hue angle of 42.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB9514 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 20 -
CMYK 0 0.27 0.90 0.20
HSL 42.3º 0.82% 0.44% -
HSV(B) 42.3º 0.9% 0.8% -
XYZ 35.5 34.24 5.4 -
YUV 150.44 54.39 165.49 -
System Red Green Blue C M Y K H S L
Decimal 203 149 20 0 0.27 0.90 0.20 42.3 0.82 0.44
Hex CB 95 14 0 1B 5A 14 2A 52 2C
Octal 313 225 24 0 33 132 24 52 122 54
Binary 11001011 10010101 10100 0 11011 1011010 10100 101010 1010010 101100

Color Harmonies of #CB9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9514

Black with #CB9514

Text Example


Text Example

White with #CB9514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9514; }

 p { color: rgb(203,149,20); }

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

background-color css

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

 a { background-color: rgb(203,149,20); }

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

border-color css

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

 span { border-color: rgb(203,149,20); }

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