Html Css Color HEX #D69A1B Galliano

📋 copy color: '#D69A1B'

red 214 ◦ green 154 ◦ blue 27

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

Shades of Galliano #D69A1B

Tints of Galliano #D69A1B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.99%

 BLUE value IS 27 (10.94% from 255) = 6.84%

R = 54.18%
G = 38.99%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D69A1B (or 0xD69A1B) is known color: Galliano. HEX triplet: D6, 9A and 1B. RGB value is (214,154,27). Sum of RGB (Red+Green+Blue) = 214+154+27=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A1B is #2965E4. Grayscale: #9E9E9E. Windows color (decimal): -2713061 or 1809110. OLE color: 1809110.

HSL color Cylindrical-coordinate representation of color #D69A1B: hue angle of 40.75º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D69A1B is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 27 -
CMYK 0 0.28 0.87 0.16
HSL 40.75º 0.78% 0.47% -
HSV(B) 40.75º 0.87% 0.84% -
XYZ 39.48 37.49 6.19 -
YUV 157.46 54.38 168.33 -
System Red Green Blue C M Y K H S L
Decimal 214 154 27 0 0.28 0.87 0.16 40.75 0.78 0.47
Hex D6 9A 1B 0 1C 57 10 29 4E 2F
Octal 326 232 33 0 34 127 20 51 116 57
Binary 11010110 10011010 11011 0 11100 1010111 10000 101001 1001110 101111

Color Harmonies of #D69A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A1B

Black with #D69A1B

Text Example


Text Example

White with #D69A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A1B; }

 p { color: rgb(214,154,27); }

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

background-color css

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

 a { background-color: rgb(214,154,27); }

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

border-color css

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

 span { border-color: rgb(214,154,27); }

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