Html Css Color HEX #CB9E03 Buddha Gold

📋 copy color: '#CB9E03'

red 203 ◦ green 158 ◦ blue 3

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

Shades of Buddha Gold #CB9E03

Tints of Buddha Gold #CB9E03

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.41%

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

R = 55.77%
G = 43.41%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB9E03 (or 0xCB9E03) is known color: Buddha Gold. HEX triplet: CB, 9E and 03. RGB value is (203,158,3). Sum of RGB (Red+Green+Blue) = 203+158+3=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E03 is #3461FC. Grayscale: #9A9A9A. Windows color (decimal): -3432957 or 237259. OLE color: 237259.

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

Color convert

RGB 203 158 3 -
CMYK 0 0.22 0.99 0.20
HSL 46.5º 0.97% 0.4% -
HSV(B) 46.5º 0.99% 0.8% -
XYZ 36.87 37.16 5.31 -
YUV 153.79 42.91 163.1 -
System Red Green Blue C M Y K H S L
Decimal 203 158 3 0 0.22 0.99 0.20 46.5 0.97 0.4
Hex CB 9E 3 0 16 63 14 2E 61 28
Octal 313 236 3 0 26 143 24 56 141 50
Binary 11001011 10011110 11 0 10110 1100011 10100 101110 1100001 101000

Color Harmonies of #CB9E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E03

Black with #CB9E03

Text Example


Text Example

White with #CB9E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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