Html Css Color HEX #D69C1E Galliano

📋 copy color: '#D69C1E'

red 214 ◦ green 156 ◦ blue 30

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

Shades of Galliano #D69C1E

Tints of Galliano #D69C1E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39%

 BLUE value IS 30 (12.11% from 255) = 7.5%

R = 53.5%
G = 39%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D69C1E (or 0xD69C1E) is known color: Galliano. HEX triplet: D6, 9C and 1E. RGB value is (214,156,30). Sum of RGB (Red+Green+Blue) = 214+156+30=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C1E is #2963E1. Grayscale: #9F9F9F. Windows color (decimal): -2712546 or 2006230. OLE color: 2006230.

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

Color convert

RGB 214 156 30 -
CMYK 0 0.27 0.86 0.16
HSL 41.09º 0.75% 0.48% -
HSV(B) 41.09º 0.86% 0.84% -
XYZ 39.85 38.17 6.49 -
YUV 158.98 55.22 167.25 -
System Red Green Blue C M Y K H S L
Decimal 214 156 30 0 0.27 0.86 0.16 41.09 0.75 0.48
Hex D6 9C 1E 0 1B 56 10 29 4B 30
Octal 326 234 36 0 33 126 20 51 113 60
Binary 11010110 10011100 11110 0 11011 1010110 10000 101001 1001011 110000

Color Harmonies of #D69C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C1E

Black with #D69C1E

Text Example


Text Example

White with #D69C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C1E; }

 p { color: rgb(214,156,30); }

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

background-color css

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

 a { background-color: rgb(214,156,30); }

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

border-color css

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

 span { border-color: rgb(214,156,30); }

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