Html Css Color HEX #D69F15 Galliano

📋 copy color: '#D69F15'

red 214 ◦ green 159 ◦ blue 21

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

Shades of Galliano #D69F15

Tints of Galliano #D69F15

RGB

 RED value IS 214 (83.98% from 255) = 54.31%

 GREEN value IS 159 (62.5% from 255) = 40.36%

 BLUE value IS 21 (8.59% from 255) = 5.33%

R = 54.31%
G = 40.36%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D69F15 (or 0xD69F15) is known color: Galliano. HEX triplet: D6, 9F and 15. RGB value is (214,159,21). Sum of RGB (Red+Green+Blue) = 214+159+21=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69F15 is #2960EA. Grayscale: #A0A0A0. Windows color (decimal): -2711787 or 1417174. OLE color: 1417174.

HSL color Cylindrical-coordinate representation of color #D69F15: hue angle of 42.9º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D69F15 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 21 -
CMYK 0 0.26 0.90 0.16
HSL 42.9º 0.82% 0.46% -
HSV(B) 42.9º 0.9% 0.84% -
XYZ 40.27 39.15 6.14 -
YUV 159.71 49.72 166.72 -
System Red Green Blue C M Y K H S L
Decimal 214 159 21 0 0.26 0.90 0.16 42.9 0.82 0.46
Hex D6 9F 15 0 1A 5A 10 2B 52 2E
Octal 326 237 25 0 32 132 20 53 122 56
Binary 11010110 10011111 10101 0 11010 1011010 10000 101011 1010010 101110

Color Harmonies of #D69F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F15

Black with #D69F15

Text Example


Text Example

White with #D69F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F15; }

 p { color: rgb(214,159,21); }

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

background-color css

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

 a { background-color: rgb(214,159,21); }

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

border-color css

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

 span { border-color: rgb(214,159,21); }

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