Html Css Color HEX #CB9E0B Buddha Gold

📋 copy color: '#CB9E0B'

red 203 ◦ green 158 ◦ blue 11

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

Shades of Buddha Gold #CB9E0B

Tints of Buddha Gold #CB9E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 54.57%
G = 42.47%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB9E0B (or 0xCB9E0B) is known color: Buddha Gold. HEX triplet: CB, 9E and 0B. RGB value is (203,158,11). Sum of RGB (Red+Green+Blue) = 203+158+11=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E0B is #3461F4. Grayscale: #9B9B9B. Windows color (decimal): -3432949 or 761547. OLE color: 761547.

HSL color Cylindrical-coordinate representation of color #CB9E0B: hue angle of 45.94º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB9E0B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 158 11 -
CMYK 0 0.22 0.95 0.20
HSL 45.94º 0.9% 0.42% -
HSV(B) 45.94º 0.95% 0.8% -
XYZ 36.92 37.17 5.55 -
YUV 154.7 46.91 162.45 -
System Red Green Blue C M Y K H S L
Decimal 203 158 11 0 0.22 0.95 0.20 45.94 0.9 0.42
Hex CB 9E B 0 16 5F 14 2E 5A 2A
Octal 313 236 13 0 26 137 24 56 132 52
Binary 11001011 10011110 1011 0 10110 1011111 10100 101110 1011010 101010

Color Harmonies of #CB9E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E0B

Black with #CB9E0B

Text Example


Text Example

White with #CB9E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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