Html Css Color HEX #D4A80F Galliano

📋 copy color: '#D4A80F'

red 212 ◦ green 168 ◦ blue 15

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

Shades of Galliano #D4A80F

Tints of Galliano #D4A80F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

 BLUE value IS 15 (6.25% from 255) = 3.8%

R = 53.67%
G = 42.53%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4A80F (or 0xD4A80F) is known color: Galliano. HEX triplet: D4, A8 and 0F. RGB value is (212,168,15). Sum of RGB (Red+Green+Blue) = 212+168+15=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A80F is #2B57F0. Grayscale: #A4A4A4. Windows color (decimal): -2840561 or 1026260. OLE color: 1026260.

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

Color convert

RGB 212 168 15 -
CMYK 0 0.21 0.93 0.17
HSL 46.6º 0.87% 0.45% -
HSV(B) 46.6º 0.93% 0.83% -
XYZ 41.24 42.04 6.39 -
YUV 163.71 44.08 162.44 -
System Red Green Blue C M Y K H S L
Decimal 212 168 15 0 0.21 0.93 0.17 46.6 0.87 0.45
Hex D4 A8 F 0 15 5D 11 2F 57 2D
Octal 324 250 17 0 25 135 21 57 127 55
Binary 11010100 10101000 1111 0 10101 1011101 10001 101111 1010111 101101

Color Harmonies of #D4A80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A80F

Black with #D4A80F

Text Example


Text Example

White with #D4A80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A80F; }

 p { color: rgb(212,168,15); }

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

background-color css

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

 a { background-color: rgb(212,168,15); }

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

border-color css

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

 span { border-color: rgb(212,168,15); }

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