Html Css Color HEX #CB980B Buddha Gold

📋 copy color: '#CB980B'

red 203 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #CB980B

Tints of Buddha Gold #CB980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.53%

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

R = 55.46%
G = 41.53%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB980B (or 0xCB980B) is known color: Buddha Gold. HEX triplet: CB, 98 and 0B. RGB value is (203,152,11). Sum of RGB (Red+Green+Blue) = 203+152+11=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB980B is #3467F4. Grayscale: #979797. Windows color (decimal): -3434485 or 760011. OLE color: 760011.

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

Color convert

RGB 203 152 11 -
CMYK 0 0.25 0.95 0.20
HSL 44.06º 0.9% 0.42% -
HSV(B) 44.06º 0.95% 0.8% -
XYZ 35.92 35.18 5.21 -
YUV 151.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 203 152 11 0 0.25 0.95 0.20 44.06 0.9 0.42
Hex CB 98 B 0 19 5F 14 2C 5A 2A
Octal 313 230 13 0 31 137 24 54 132 52
Binary 11001011 10011000 1011 0 11001 1011111 10100 101100 1011010 101010

Color Harmonies of #CB980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB980B

Black with #CB980B

Text Example


Text Example

White with #CB980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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