Html Css Color HEX #D4980B Gamboge

📋 copy color: '#D4980B'

red 212 ◦ green 152 ◦ blue 11

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

Shades of Gamboge #D4980B

Tints of Gamboge #D4980B

RGB

 RED value IS 212 (83.2% from 255) = 56.53%

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

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

R = 56.53%
G = 40.53%
B = 2.93%

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

#D4980B (or 0xD4980B) is known color: Gamboge. HEX triplet: D4, 98 and 0B. RGB value is (212,152,11). Sum of RGB (Red+Green+Blue) = 212+152+11=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4980B is #2B67F4. Grayscale: #9A9A9A. Windows color (decimal): -2844661 or 760020. OLE color: 760020.

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

Color convert

RGB 212 152 11 -
CMYK 0 0.28 0.95 0.17
HSL 42.09º 0.9% 0.44% -
HSV(B) 42.09º 0.95% 0.83% -
XYZ 38.44 36.48 5.33 -
YUV 153.87 47.38 169.46 -
System Red Green Blue C M Y K H S L
Decimal 212 152 11 0 0.28 0.95 0.17 42.09 0.9 0.44
Hex D4 98 B 0 1C 5F 11 2A 5A 2C
Octal 324 230 13 0 34 137 21 52 132 54
Binary 11010100 10011000 1011 0 11100 1011111 10001 101010 1011010 101100

Color Harmonies of #D4980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4980B

Black with #D4980B

Text Example


Text Example

White with #D4980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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