Html Css Color HEX #D7880B Gamboge

📋 copy color: '#D7880B'

red 215 ◦ green 136 ◦ blue 11

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

Shades of Gamboge #D7880B

Tints of Gamboge #D7880B

RGB

 RED value IS 215 (84.38% from 255) = 59.39%

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

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

R = 59.39%
G = 37.57%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7880B (or 0xD7880B) is known color: Gamboge. HEX triplet: D7, 88 and 0B. RGB value is (215,136,11). Sum of RGB (Red+Green+Blue) = 215+136+11=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7880B is #2877F4. Grayscale: #919191. Windows color (decimal): -2652149 or 755927. OLE color: 755927.

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

Color convert

RGB 215 136 11 -
CMYK 0 0.37 0.95 0.16
HSL 36.76º 0.9% 0.44% -
HSV(B) 36.76º 0.95% 0.84% -
XYZ 36.89 32.08 4.56 -
YUV 145.37 52.17 177.66 -
System Red Green Blue C M Y K H S L
Decimal 215 136 11 0 0.37 0.95 0.16 36.76 0.9 0.44
Hex D7 88 B 0 25 5F 10 25 5A 2C
Octal 327 210 13 0 45 137 20 45 132 54
Binary 11010111 10001000 1011 0 100101 1011111 10000 100101 1011010 101100

Color Harmonies of #D7880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7880B

Black with #D7880B

Text Example


Text Example

White with #D7880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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