Html Css Color HEX #CB980E Buddha Gold

📋 copy color: '#CB980E'

red 203 ◦ green 152 ◦ blue 14

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

Shades of Buddha Gold #CB980E

Tints of Buddha Gold #CB980E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.79%

R = 55.01%
G = 41.19%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB980E (or 0xCB980E) is known color: Buddha Gold. HEX triplet: CB, 98 and 0E. RGB value is (203,152,14). Sum of RGB (Red+Green+Blue) = 203+152+14=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB980E is #3467F1. Grayscale: #989898. Windows color (decimal): -3434482 or 956619. OLE color: 956619.

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

Color convert

RGB 203 152 14 -
CMYK 0 0.25 0.93 0.20
HSL 43.81º 0.87% 0.43% -
HSV(B) 43.81º 0.93% 0.8% -
XYZ 35.94 35.18 5.31 -
YUV 151.52 50.4 164.72 -
System Red Green Blue C M Y K H S L
Decimal 203 152 14 0 0.25 0.93 0.20 43.81 0.87 0.43
Hex CB 98 E 0 19 5D 14 2C 57 2B
Octal 313 230 16 0 31 135 24 54 127 53
Binary 11001011 10011000 1110 0 11001 1011101 10100 101100 1010111 101011

Color Harmonies of #CB980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB980E

Black with #CB980E

Text Example


Text Example

White with #CB980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB980E; }

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

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

background-color css

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

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

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

border-color css

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

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

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