Html Css Color HEX #D69F25 Galliano

📋 copy color: '#D69F25'

red 214 ◦ green 159 ◦ blue 37

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

Shades of Galliano #D69F25

Tints of Galliano #D69F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.02%

R = 52.2%
G = 38.78%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D69F25 (or 0xD69F25) is known color: Galliano. HEX triplet: D6, 9F and 25. RGB value is (214,159,37). Sum of RGB (Red+Green+Blue) = 214+159+37=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69F25 is #2960DA. Grayscale: #A2A2A2. Windows color (decimal): -2711771 or 2465750. OLE color: 2465750.

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

Color convert

RGB 214 159 37 -
CMYK 0 0.26 0.83 0.16
HSL 41.36º 0.71% 0.49% -
HSV(B) 41.36º 0.83% 0.84% -
XYZ 40.46 39.23 7.19 -
YUV 161.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 214 159 37 0 0.26 0.83 0.16 41.36 0.71 0.49
Hex D6 9F 25 0 1A 53 10 29 47 31
Octal 326 237 45 0 32 123 20 51 107 61
Binary 11010110 10011111 100101 0 11010 1010011 10000 101001 1000111 110001

Color Harmonies of #D69F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F25

Black with #D69F25

Text Example


Text Example

White with #D69F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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