Html Css Color HEX #D88F05 Gamboge

📋 copy color: '#D88F05'

red 216 ◦ green 143 ◦ blue 5

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

Shades of Gamboge #D88F05

Tints of Gamboge #D88F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 59.34%
G = 39.29%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D88F05 (or 0xD88F05) is known color: Gamboge. HEX triplet: D8, 8F and 05. RGB value is (216,143,5). Sum of RGB (Red+Green+Blue) = 216+143+5=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88F05 is #2770FA. Grayscale: #959595. Windows color (decimal): -2584827 or 364504. OLE color: 364504.

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

Color convert

RGB 216 143 5 -
CMYK 0 0.34 0.98 0.15
HSL 39.24º 0.95% 0.43% -
HSV(B) 39.24º 0.98% 0.85% -
XYZ 38.17 34.25 4.74 -
YUV 149.1 46.68 175.72 -
System Red Green Blue C M Y K H S L
Decimal 216 143 5 0 0.34 0.98 0.15 39.24 0.95 0.43
Hex D8 8F 5 0 22 62 F 27 5F 2B
Octal 330 217 5 0 42 142 17 47 137 53
Binary 11011000 10001111 101 0 100010 1100010 1111 100111 1011111 101011

Color Harmonies of #D88F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F05

Black with #D88F05

Text Example


Text Example

White with #D88F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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