Html Css Color HEX #D4880B Gamboge

📋 copy color: '#D4880B'

red 212 ◦ green 136 ◦ blue 11

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

Shades of Gamboge #D4880B

Tints of Gamboge #D4880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

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

R = 59.05%
G = 37.88%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4880B (or 0xD4880B) is known color: Gamboge. HEX triplet: D4, 88 and 0B. RGB value is (212,136,11). Sum of RGB (Red+Green+Blue) = 212+136+11=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4880B is #2B77F4. Grayscale: #919191. Windows color (decimal): -2848757 or 755924. OLE color: 755924.

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

Color convert

RGB 212 136 11 -
CMYK 0 0.36 0.95 0.17
HSL 37.31º 0.9% 0.44% -
HSV(B) 37.31º 0.95% 0.83% -
XYZ 36.02 31.63 4.52 -
YUV 144.47 52.68 176.16 -
System Red Green Blue C M Y K H S L
Decimal 212 136 11 0 0.36 0.95 0.17 37.31 0.9 0.44
Hex D4 88 B 0 24 5F 11 25 5A 2C
Octal 324 210 13 0 44 137 21 45 132 54
Binary 11010100 10001000 1011 0 100100 1011111 10001 100101 1011010 101100

Color Harmonies of #D4880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4880B

Black with #D4880B

Text Example


Text Example

White with #D4880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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