Html Css Color HEX #D88A13 Gamboge

📋 copy color: '#D88A13'

red 216 ◦ green 138 ◦ blue 19

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

Shades of Gamboge #D88A13

Tints of Gamboge #D88A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37%

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 57.91%
G = 37%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D88A13 (or 0xD88A13) is known color: Gamboge. HEX triplet: D8, 8A and 13. RGB value is (216,138,19). Sum of RGB (Red+Green+Blue) = 216+138+19=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88A13 is #2775EC. Grayscale: #949494. Windows color (decimal): -2586093 or 1280728. OLE color: 1280728.

HSL color Cylindrical-coordinate representation of color #D88A13: hue angle of 36.24º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D88A13 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 138 19 -
CMYK 0 0.36 0.91 0.15
HSL 36.24º 0.84% 0.46% -
HSV(B) 36.24º 0.91% 0.85% -
XYZ 37.52 32.82 4.97 -
YUV 147.76 55.34 176.68 -
System Red Green Blue C M Y K H S L
Decimal 216 138 19 0 0.36 0.91 0.15 36.24 0.84 0.46
Hex D8 8A 13 0 24 5B F 24 54 2E
Octal 330 212 23 0 44 133 17 44 124 56
Binary 11011000 10001010 10011 0 100100 1011011 1111 100100 1010100 101110

Color Harmonies of #D88A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A13

Black with #D88A13

Text Example


Text Example

White with #D88A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A13; }

 p { color: rgb(216,138,19); }

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

background-color css

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

 a { background-color: rgb(216,138,19); }

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

border-color css

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

 span { border-color: rgb(216,138,19); }

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