Html Css Color HEX #D69F26 Galliano

📋 copy color: '#D69F26'

red 214 ◦ green 159 ◦ blue 38

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

Shades of Galliano #D69F26

Tints of Galliano #D69F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.25%

R = 52.07%
G = 38.69%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D69F26 (or 0xD69F26) is known color: Galliano. HEX triplet: D6, 9F and 26. RGB value is (214,159,38). Sum of RGB (Red+Green+Blue) = 214+159+38=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69F26 is #2960D9. Grayscale: #A2A2A2. Windows color (decimal): -2711770 or 2531286. OLE color: 2531286.

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

Color convert

RGB 214 159 38 -
CMYK 0 0.26 0.82 0.16
HSL 41.25º 0.7% 0.49% -
HSV(B) 41.25º 0.82% 0.84% -
XYZ 40.48 39.23 7.27 -
YUV 161.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 214 159 38 0 0.26 0.82 0.16 41.25 0.7 0.49
Hex D6 9F 26 0 1A 52 10 29 46 31
Octal 326 237 46 0 32 122 20 51 106 61
Binary 11010110 10011111 100110 0 11010 1010010 10000 101001 1000110 110001

Color Harmonies of #D69F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F26

Black with #D69F26

Text Example


Text Example

White with #D69F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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