Html Css Color HEX #D69E23 Galliano

📋 copy color: '#D69E23'

red 214 ◦ green 158 ◦ blue 35

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

Shades of Galliano #D69E23

Tints of Galliano #D69E23

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.82%

 BLUE value IS 35 (14.06% from 255) = 8.6%

R = 52.58%
G = 38.82%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D69E23 (or 0xD69E23) is known color: Galliano. HEX triplet: D6, 9E and 23. RGB value is (214,158,35). Sum of RGB (Red+Green+Blue) = 214+158+35=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69E23 is #2961DC. Grayscale: #A1A1A1. Windows color (decimal): -2712029 or 2334422. OLE color: 2334422.

HSL color Cylindrical-coordinate representation of color #D69E23: hue angle of 41.23º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D69E23 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 35 -
CMYK 0 0.26 0.84 0.16
HSL 41.23º 0.72% 0.49% -
HSV(B) 41.23º 0.84% 0.84% -
XYZ 40.26 38.87 6.97 -
YUV 160.72 57.05 166 -
System Red Green Blue C M Y K H S L
Decimal 214 158 35 0 0.26 0.84 0.16 41.23 0.72 0.49
Hex D6 9E 23 0 1A 54 10 29 48 31
Octal 326 236 43 0 32 124 20 51 110 61
Binary 11010110 10011110 100011 0 11010 1010100 10000 101001 1001000 110001

Color Harmonies of #D69E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E23

Black with #D69E23

Text Example


Text Example

White with #D69E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E23; }

 p { color: rgb(214,158,35); }

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

background-color css

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

 a { background-color: rgb(214,158,35); }

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

border-color css

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

 span { border-color: rgb(214,158,35); }

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