Html Css Color HEX #D88F0B Gamboge

📋 copy color: '#D88F0B'

red 216 ◦ green 143 ◦ blue 11

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

Shades of Gamboge #D88F0B

Tints of Gamboge #D88F0B

RGB

 RED value IS 216 (84.77% from 255) = 58.38%

 GREEN value IS 143 (56.25% from 255) = 38.65%

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

R = 58.38%
G = 38.65%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D88F0B (or 0xD88F0B) is known color: Gamboge. HEX triplet: D8, 8F and 0B. RGB value is (216,143,11). Sum of RGB (Red+Green+Blue) = 216+143+11=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88F0B is #2770F4. Grayscale: #969696. Windows color (decimal): -2584821 or 757720. OLE color: 757720.

HSL color Cylindrical-coordinate representation of color #D88F0B: hue angle of 38.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D88F0B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 143 11 -
CMYK 0 0.34 0.95 0.15
HSL 38.63º 0.9% 0.45% -
HSV(B) 38.63º 0.95% 0.85% -
XYZ 38.2 34.27 4.92 -
YUV 149.78 49.68 175.23 -
System Red Green Blue C M Y K H S L
Decimal 216 143 11 0 0.34 0.95 0.15 38.63 0.9 0.45
Hex D8 8F B 0 22 5F F 27 5A 2D
Octal 330 217 13 0 42 137 17 47 132 55
Binary 11011000 10001111 1011 0 100010 1011111 1111 100111 1011010 101101

Color Harmonies of #D88F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F0B

Black with #D88F0B

Text Example


Text Example

White with #D88F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F0B; }

 p { color: rgb(216,143,11); }

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

background-color css

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

 a { background-color: rgb(216,143,11); }

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

border-color css

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

 span { border-color: rgb(216,143,11); }

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