Html Css Color HEX #D89002 Gamboge

📋 copy color: '#D89002'

red 216 ◦ green 144 ◦ blue 2

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

Shades of Gamboge #D89002

Tints of Gamboge #D89002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 59.67%
G = 39.78%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D89002 (or 0xD89002) is known color: Gamboge. HEX triplet: D8, 90 and 02. RGB value is (216,144,2). Sum of RGB (Red+Green+Blue) = 216+144+2=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D89002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89002 is #276FFD. Grayscale: #959595. Windows color (decimal): -2584574 or 168152. OLE color: 168152.

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

Color convert

RGB 216 144 2 -
CMYK 0 0.33 0.99 0.15
HSL 39.81º 0.98% 0.43% -
HSV(B) 39.81º 0.99% 0.85% -
XYZ 38.3 34.55 4.71 -
YUV 149.34 44.85 175.55 -
System Red Green Blue C M Y K H S L
Decimal 216 144 2 0 0.33 0.99 0.15 39.81 0.98 0.43
Hex D8 90 2 0 21 63 F 28 62 2B
Octal 330 220 2 0 41 143 17 50 142 53
Binary 11011000 10010000 10 0 100001 1100011 1111 101000 1100010 101011

Color Harmonies of #D89002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89002

Black with #D89002

Text Example


Text Example

White with #D89002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89002; }

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

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

background-color css

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

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

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

border-color css

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

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

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