Html Css Color HEX #D89001 Gamboge

📋 copy color: '#D89001'

red 216 ◦ green 144 ◦ blue 1

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

Shades of Gamboge #D89001

Tints of Gamboge #D89001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 59.83%
G = 39.89%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D89001 (or 0xD89001) is known color: Gamboge. HEX triplet: D8, 90 and 01. RGB value is (216,144,1). Sum of RGB (Red+Green+Blue) = 216+144+1=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D89001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89001 is #276FFE. Grayscale: #959595. Windows color (decimal): -2584575 or 102616. OLE color: 102616.

HSL color Cylindrical-coordinate representation of color #D89001: hue angle of 39.91º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D89001 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 144 1 -
CMYK 0 0.33 1.00 0.15
HSL 39.91º 0.99% 0.43% -
HSV(B) 39.91º 1% 0.85% -
XYZ 38.3 34.55 4.68 -
YUV 149.23 44.35 175.63 -
System Red Green Blue C M Y K H S L
Decimal 216 144 1 0 0.33 1.00 0.15 39.91 0.99 0.43
Hex D8 90 1 0 21 64 F 28 63 2B
Octal 330 220 1 0 41 144 17 50 143 53
Binary 11011000 10010000 1 0 100001 1100100 1111 101000 1100011 101011

Color Harmonies of #D89001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89001

Black with #D89001

Text Example


Text Example

White with #D89001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89001; }

 p { color: rgb(216,144,1); }

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

background-color css

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

 a { background-color: rgb(216,144,1); }

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

border-color css

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

 span { border-color: rgb(216,144,1); }

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