Html Css Color HEX #D89C1A Galliano

📋 copy color: '#D89C1A'

red 216 ◦ green 156 ◦ blue 26

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

Shades of Galliano #D89C1A

Tints of Galliano #D89C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

 BLUE value IS 26 (10.55% from 255) = 6.53%

R = 54.27%
G = 39.2%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D89C1A (or 0xD89C1A) is known color: Galliano. HEX triplet: D8, 9C and 1A. RGB value is (216,156,26). Sum of RGB (Red+Green+Blue) = 216+156+26=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89C1A is #2763E5. Grayscale: #9F9F9F. Windows color (decimal): -2581478 or 1744088. OLE color: 1744088.

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

Color convert

RGB 216 156 26 -
CMYK 0 0.28 0.88 0.15
HSL 41.05º 0.79% 0.47% -
HSV(B) 41.05º 0.88% 0.85% -
XYZ 40.39 38.45 6.27 -
YUV 159.12 52.88 168.57 -
System Red Green Blue C M Y K H S L
Decimal 216 156 26 0 0.28 0.88 0.15 41.05 0.79 0.47
Hex D8 9C 1A 0 1C 58 F 29 4F 2F
Octal 330 234 32 0 34 130 17 51 117 57
Binary 11011000 10011100 11010 0 11100 1011000 1111 101001 1001111 101111

Color Harmonies of #D89C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C1A

Black with #D89C1A

Text Example


Text Example

White with #D89C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C1A; }

 p { color: rgb(216,156,26); }

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

background-color css

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

 a { background-color: rgb(216,156,26); }

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

border-color css

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

 span { border-color: rgb(216,156,26); }

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