Html Css Color HEX #DAA230 Galliano

📋 copy color: '#DAA230'

red 218 ◦ green 162 ◦ blue 48

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

Shades of Galliano #DAA230

Tints of Galliano #DAA230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 50.93%
G = 37.85%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAA230 (or 0xDAA230) is known color: Galliano. HEX triplet: DA, A2 and 30. RGB value is (218,162,48). Sum of RGB (Red+Green+Blue) = 218+162+48=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA230 is #255DCF. Grayscale: #A6A6A6. Windows color (decimal): -2448848 or 3187418. OLE color: 3187418.

HSL color Cylindrical-coordinate representation of color #DAA230: hue angle of 40.24º 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 #DAA230 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 162 48 -
CMYK 0 0.26 0.78 0.15
HSL 40.24º 0.7% 0.52% -
HSV(B) 40.24º 0.78% 0.85% -
XYZ 42.37 40.96 8.47 -
YUV 165.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 218 162 48 0 0.26 0.78 0.15 40.24 0.7 0.52
Hex DA A2 30 0 1A 4E F 28 46 34
Octal 332 242 60 0 32 116 17 50 106 64
Binary 11011010 10100010 110000 0 11010 1001110 1111 101000 1000110 110100

Color Harmonies of #DAA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA230

Black with #DAA230

Text Example


Text Example

White with #DAA230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA230; }

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

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

background-color css

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

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

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

border-color css

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

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

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