Html Css Color HEX #D69D25 Galliano

📋 copy color: '#D69D25'

red 214 ◦ green 157 ◦ blue 37

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

Shades of Galliano #D69D25

Tints of Galliano #D69D25

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

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

R = 52.45%
G = 38.48%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D69D25 (or 0xD69D25) is known color: Galliano. HEX triplet: D6, 9D and 25. RGB value is (214,157,37). Sum of RGB (Red+Green+Blue) = 214+157+37=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D25 is #2962DA. Grayscale: #A0A0A0. Windows color (decimal): -2712283 or 2465238. OLE color: 2465238.

HSL color Cylindrical-coordinate representation of color #D69D25: hue angle of 40.68º 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 #D69D25 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 37 -
CMYK 0 0.27 0.83 0.16
HSL 40.68º 0.71% 0.49% -
HSV(B) 40.68º 0.83% 0.84% -
XYZ 40.12 38.54 7.08 -
YUV 160.36 58.38 166.26 -
System Red Green Blue C M Y K H S L
Decimal 214 157 37 0 0.27 0.83 0.16 40.68 0.71 0.49
Hex D6 9D 25 0 1B 53 10 29 47 31
Octal 326 235 45 0 33 123 20 51 107 61
Binary 11010110 10011101 100101 0 11011 1010011 10000 101001 1000111 110001

Color Harmonies of #D69D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D25

Black with #D69D25

Text Example


Text Example

White with #D69D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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