Html Css Color HEX #D69C1B Galliano

📋 copy color: '#D69C1B'

red 214 ◦ green 156 ◦ blue 27

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

Shades of Galliano #D69C1B

Tints of Galliano #D69C1B

RGB

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

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

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

R = 53.9%
G = 39.29%
B = 6.8%

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

#D69C1B (or 0xD69C1B) is known color: Galliano. HEX triplet: D6, 9C and 1B. RGB value is (214,156,27). Sum of RGB (Red+Green+Blue) = 214+156+27=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C1B is #2963E4. Grayscale: #9F9F9F. Windows color (decimal): -2712549 or 1809622. OLE color: 1809622.

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

Color convert

RGB 214 156 27 -
CMYK 0 0.27 0.87 0.16
HSL 41.39º 0.78% 0.47% -
HSV(B) 41.39º 0.87% 0.84% -
XYZ 39.82 38.15 6.3 -
YUV 158.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 214 156 27 0 0.27 0.87 0.16 41.39 0.78 0.47
Hex D6 9C 1B 0 1B 57 10 29 4E 2F
Octal 326 234 33 0 33 127 20 51 116 57
Binary 11010110 10011100 11011 0 11011 1010111 10000 101001 1001110 101111

Color Harmonies of #D69C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C1B

Black with #D69C1B

Text Example


Text Example

White with #D69C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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