Html Css Color HEX #D4B01C Galliano

📋 copy color: '#D4B01C'

red 212 ◦ green 176 ◦ blue 28

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

Shades of Galliano #D4B01C

Tints of Galliano #D4B01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.31%

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 50.96%
G = 42.31%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4B01C (or 0xD4B01C) is known color: Galliano. HEX triplet: D4, B0 and 1C. RGB value is (212,176,28). Sum of RGB (Red+Green+Blue) = 212+176+28=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B01C is #2B4FE3. Grayscale: #AAAAAA. Windows color (decimal): -2838500 or 1880276. OLE color: 1880276.

HSL color Cylindrical-coordinate representation of color #D4B01C: hue angle of 48.26º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4B01C is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 176 28 -
CMYK 0 0.17 0.87 0.17
HSL 48.26º 0.77% 0.47% -
HSV(B) 48.26º 0.87% 0.83% -
XYZ 42.89 45.13 7.55 -
YUV 169.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 212 176 28 0 0.17 0.87 0.17 48.26 0.77 0.47
Hex D4 B0 1C 0 11 57 11 30 4D 2F
Octal 324 260 34 0 21 127 21 60 115 57
Binary 11010100 10110000 11100 0 10001 1010111 10001 110000 1001101 101111

Color Harmonies of #D4B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B01C

Black with #D4B01C

Text Example


Text Example

White with #D4B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B01C; }

 p { color: rgb(212,176,28); }

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

background-color css

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

 a { background-color: rgb(212,176,28); }

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

border-color css

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

 span { border-color: rgb(212,176,28); }

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