Html Css Color HEX #CB980D Buddha Gold

📋 copy color: '#CB980D'

red 203 ◦ green 152 ◦ blue 13

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

Shades of Buddha Gold #CB980D

Tints of Buddha Gold #CB980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.53%

R = 55.16%
G = 41.3%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB980D (or 0xCB980D) is known color: Buddha Gold. HEX triplet: CB, 98 and 0D. RGB value is (203,152,13). Sum of RGB (Red+Green+Blue) = 203+152+13=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB980D is #3467F2. Grayscale: #989898. Windows color (decimal): -3434483 or 891083. OLE color: 891083.

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

Color convert

RGB 203 152 13 -
CMYK 0 0.25 0.94 0.20
HSL 43.89º 0.88% 0.42% -
HSV(B) 43.89º 0.94% 0.8% -
XYZ 35.93 35.18 5.28 -
YUV 151.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 203 152 13 0 0.25 0.94 0.20 43.89 0.88 0.42
Hex CB 98 D 0 19 5E 14 2C 58 2A
Octal 313 230 15 0 31 136 24 54 130 52
Binary 11001011 10011000 1101 0 11001 1011110 10100 101100 1011000 101010

Color Harmonies of #CB980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB980D

Black with #CB980D

Text Example


Text Example

White with #CB980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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