Html Css Color HEX #D69B1F Galliano

📋 copy color: '#D69B1F'

red 214 ◦ green 155 ◦ blue 31

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

Shades of Galliano #D69B1F

Tints of Galliano #D69B1F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.75%

 BLUE value IS 31 (12.5% from 255) = 7.75%

R = 53.5%
G = 38.75%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D69B1F (or 0xD69B1F) is known color: Galliano. HEX triplet: D6, 9B and 1F. RGB value is (214,155,31). Sum of RGB (Red+Green+Blue) = 214+155+31=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69B1F is #2964E0. Grayscale: #9F9F9F. Windows color (decimal): -2712801 or 2071510. OLE color: 2071510.

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

Color convert

RGB 214 155 31 -
CMYK 0 0.28 0.86 0.16
HSL 40.66º 0.75% 0.48% -
HSV(B) 40.66º 0.86% 0.84% -
XYZ 39.7 37.84 6.51 -
YUV 158.51 56.05 167.58 -
System Red Green Blue C M Y K H S L
Decimal 214 155 31 0 0.28 0.86 0.16 40.66 0.75 0.48
Hex D6 9B 1F 0 1C 56 10 29 4B 30
Octal 326 233 37 0 34 126 20 51 113 60
Binary 11010110 10011011 11111 0 11100 1010110 10000 101001 1001011 110000

Color Harmonies of #D69B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B1F

Black with #D69B1F

Text Example


Text Example

White with #D69B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B1F; }

 p { color: rgb(214,155,31); }

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

background-color css

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

 a { background-color: rgb(214,155,31); }

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

border-color css

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

 span { border-color: rgb(214,155,31); }

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