Html Css Color HEX #D69D1B Galliano

📋 copy color: '#D69D1B'

red 214 ◦ green 157 ◦ blue 27

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

Shades of Galliano #D69D1B

Tints of Galliano #D69D1B

RGB

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

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

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

R = 53.77%
G = 39.45%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D69D1B (or 0xD69D1B) is known color: Galliano. HEX triplet: D6, 9D and 1B. RGB value is (214,157,27). Sum of RGB (Red+Green+Blue) = 214+157+27=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D1B is #2962E4. Grayscale: #9F9F9F. Windows color (decimal): -2712293 or 1809878. OLE color: 1809878.

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

Color convert

RGB 214 157 27 -
CMYK 0 0.27 0.87 0.16
HSL 41.71º 0.78% 0.47% -
HSV(B) 41.71º 0.87% 0.84% -
XYZ 39.99 38.49 6.36 -
YUV 159.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 214 157 27 0 0.27 0.87 0.16 41.71 0.78 0.47
Hex D6 9D 1B 0 1B 57 10 2A 4E 2F
Octal 326 235 33 0 33 127 20 52 116 57
Binary 11010110 10011101 11011 0 11011 1010111 10000 101010 1001110 101111

Color Harmonies of #D69D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D1B

Black with #D69D1B

Text Example


Text Example

White with #D69D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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