Html Css Color HEX #D4B227 Galliano

📋 copy color: '#D4B227'

red 212 ◦ green 178 ◦ blue 39

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

Shades of Galliano #D4B227

Tints of Galliano #D4B227

RGB

 RED value IS 212 (83.2% from 255) = 49.42%

 GREEN value IS 178 (69.92% from 255) = 41.49%

 BLUE value IS 39 (15.63% from 255) = 9.09%

R = 49.42%
G = 41.49%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D4B227 (or 0xD4B227) is known color: Galliano. HEX triplet: D4, B2 and 27. RGB value is (212,178,39). Sum of RGB (Red+Green+Blue) = 212+178+39=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B227 is #2B4DD8. Grayscale: #ACACAC. Windows color (decimal): -2837977 or 2601684. OLE color: 2601684.

HSL color Cylindrical-coordinate representation of color #D4B227: hue angle of 48.21º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4B227 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 178 39 -
CMYK 0 0.16 0.82 0.17
HSL 48.21º 0.69% 0.49% -
HSV(B) 48.21º 0.82% 0.83% -
XYZ 43.44 45.98 8.51 -
YUV 172.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 212 178 39 0 0.16 0.82 0.17 48.21 0.69 0.49
Hex D4 B2 27 0 10 52 11 30 45 31
Octal 324 262 47 0 20 122 21 60 105 61
Binary 11010100 10110010 100111 0 10000 1010010 10001 110000 1000101 110001

Color Harmonies of #D4B227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B227

Black with #D4B227

Text Example


Text Example

White with #D4B227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B227; }

 p { color: rgb(212,178,39); }

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

background-color css

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

 a { background-color: rgb(212,178,39); }

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

border-color css

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

 span { border-color: rgb(212,178,39); }

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