Html Css Color HEX #DAA330 Galliano

📋 copy color: '#DAA330'

red 218 ◦ green 163 ◦ blue 48

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

Shades of Galliano #DAA330

Tints of Galliano #DAA330

RGB

 RED value IS 218 (85.55% from 255) = 50.82%

 GREEN value IS 163 (64.06% from 255) = 38%

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 50.82%
G = 38%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAA330 (or 0xDAA330) is known color: Galliano. HEX triplet: DA, A3 and 30. RGB value is (218,163,48). Sum of RGB (Red+Green+Blue) = 218+163+48=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA330 is #255CCF. Grayscale: #A6A6A6. Windows color (decimal): -2448592 or 3187674. OLE color: 3187674.

HSL color Cylindrical-coordinate representation of color #DAA330: hue angle of 40.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAA330 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 163 48 -
CMYK 0 0.25 0.78 0.15
HSL 40.59º 0.7% 0.52% -
HSV(B) 40.59º 0.78% 0.85% -
XYZ 42.54 41.31 8.53 -
YUV 166.34 61.22 164.85 -
System Red Green Blue C M Y K H S L
Decimal 218 163 48 0 0.25 0.78 0.15 40.59 0.7 0.52
Hex DA A3 30 0 19 4E F 29 46 34
Octal 332 243 60 0 31 116 17 51 106 64
Binary 11011010 10100011 110000 0 11001 1001110 1111 101001 1000110 110100

Color Harmonies of #DAA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA330

Black with #DAA330

Text Example


Text Example

White with #DAA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA330; }

 p { color: rgb(218,163,48); }

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

background-color css

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

 a { background-color: rgb(218,163,48); }

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

border-color css

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

 span { border-color: rgb(218,163,48); }

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