Html Css Color HEX #D89B0C Gamboge

📋 copy color: '#D89B0C'

red 216 ◦ green 155 ◦ blue 12

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

Shades of Gamboge #D89B0C

Tints of Gamboge #D89B0C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.47%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 56.4%
G = 40.47%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D89B0C (or 0xD89B0C) is known color: Gamboge. HEX triplet: D8, 9B and 0C. RGB value is (216,155,12). Sum of RGB (Red+Green+Blue) = 216+155+12=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89B0C is #2764F3. Grayscale: #9D9D9D. Windows color (decimal): -2581748 or 826328. OLE color: 826328.

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

Color convert

RGB 216 155 12 -
CMYK 0 0.28 0.94 0.15
HSL 42.06º 0.89% 0.45% -
HSV(B) 42.06º 0.94% 0.85% -
XYZ 40.11 38.07 5.58 -
YUV 156.94 46.21 170.13 -
System Red Green Blue C M Y K H S L
Decimal 216 155 12 0 0.28 0.94 0.15 42.06 0.89 0.45
Hex D8 9B C 0 1C 5E F 2A 59 2D
Octal 330 233 14 0 34 136 17 52 131 55
Binary 11011000 10011011 1100 0 11100 1011110 1111 101010 1011001 101101

Color Harmonies of #D89B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89B0C

Black with #D89B0C

Text Example


Text Example

White with #D89B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89B0C; }

 p { color: rgb(216,155,12); }

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

background-color css

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

 a { background-color: rgb(216,155,12); }

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

border-color css

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

 span { border-color: rgb(216,155,12); }

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