Html Css Color HEX #CB9B03 Buddha Gold

📋 copy color: '#CB9B03'

red 203 ◦ green 155 ◦ blue 3

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

Shades of Buddha Gold #CB9B03

Tints of Buddha Gold #CB9B03

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 56.23%
G = 42.94%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB9B03 (or 0xCB9B03) is known color: Buddha Gold. HEX triplet: CB, 9B and 03. RGB value is (203,155,3). Sum of RGB (Red+Green+Blue) = 203+155+3=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9B03 is #3464FC. Grayscale: #989898. Windows color (decimal): -3433725 or 236491. OLE color: 236491.

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

Color convert

RGB 203 155 3 -
CMYK 0 0.24 0.99 0.20
HSL 45.6º 0.97% 0.4% -
HSV(B) 45.6º 0.99% 0.8% -
XYZ 36.37 36.15 5.15 -
YUV 152.02 43.9 164.36 -
System Red Green Blue C M Y K H S L
Decimal 203 155 3 0 0.24 0.99 0.20 45.6 0.97 0.4
Hex CB 9B 3 0 18 63 14 2E 61 28
Octal 313 233 3 0 30 143 24 56 141 50
Binary 11001011 10011011 11 0 11000 1100011 10100 101110 1100001 101000

Color Harmonies of #CB9B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9B03

Black with #CB9B03

Text Example


Text Example

White with #CB9B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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