Html Css Color HEX #CB9F01 Buddha Gold

📋 copy color: '#CB9F01'

red 203 ◦ green 159 ◦ blue 1

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

Shades of Buddha Gold #CB9F01

Tints of Buddha Gold #CB9F01

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.8%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 55.92%
G = 43.8%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB9F01 (or 0xCB9F01) is known color: Buddha Gold. HEX triplet: CB, 9F and 01. RGB value is (203,159,1). Sum of RGB (Red+Green+Blue) = 203+159+1=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9F01 is #3460FE. Grayscale: #9A9A9A. Windows color (decimal): -3432703 or 106443. OLE color: 106443.

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

Color convert

RGB 203 159 1 -
CMYK 0 0.22 1.00 0.20
HSL 46.93º 0.99% 0.4% -
HSV(B) 46.93º 1% 0.8% -
XYZ 37.03 37.49 5.31 -
YUV 154.14 41.58 162.85 -
System Red Green Blue C M Y K H S L
Decimal 203 159 1 0 0.22 1.00 0.20 46.93 0.99 0.4
Hex CB 9F 1 0 16 64 14 2F 63 28
Octal 313 237 1 0 26 144 24 57 143 50
Binary 11001011 10011111 1 0 10110 1100100 10100 101111 1100011 101000

Color Harmonies of #CB9F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F01

Black with #CB9F01

Text Example


Text Example

White with #CB9F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F01; }

 p { color: rgb(203,159,1); }

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

background-color css

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

 a { background-color: rgb(203,159,1); }

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

border-color css

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

 span { border-color: rgb(203,159,1); }

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