Html Css Color HEX #D3980B Gamboge

📋 copy color: '#D3980B'

red 211 ◦ green 152 ◦ blue 11

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

Shades of Gamboge #D3980B

Tints of Gamboge #D3980B

RGB

 RED value IS 211 (82.81% from 255) = 56.42%

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

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

R = 56.42%
G = 40.64%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D3980B (or 0xD3980B) is known color: Gamboge. HEX triplet: D3, 98 and 0B. RGB value is (211,152,11). Sum of RGB (Red+Green+Blue) = 211+152+11=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3980B is #2C67F4. Grayscale: #9A9A9A. Windows color (decimal): -2910197 or 760019. OLE color: 760019.

HSL color Cylindrical-coordinate representation of color #D3980B: hue angle of 42.3º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3980B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 152 11 -
CMYK 0 0.28 0.95 0.17
HSL 42.3º 0.9% 0.44% -
HSV(B) 42.3º 0.95% 0.83% -
XYZ 38.15 36.33 5.32 -
YUV 153.57 47.55 168.96 -
System Red Green Blue C M Y K H S L
Decimal 211 152 11 0 0.28 0.95 0.17 42.3 0.9 0.44
Hex D3 98 B 0 1C 5F 11 2A 5A 2C
Octal 323 230 13 0 34 137 21 52 132 54
Binary 11010011 10011000 1011 0 11100 1011111 10001 101010 1011010 101100

Color Harmonies of #D3980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3980B

Black with #D3980B

Text Example


Text Example

White with #D3980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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