Html Css Color HEX #D4B02A Galliano

📋 copy color: '#D4B02A'

red 212 ◦ green 176 ◦ blue 42

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

Shades of Galliano #D4B02A

Tints of Galliano #D4B02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.77%

R = 49.3%
G = 40.93%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4B02A (or 0xD4B02A) is known color: Galliano. HEX triplet: D4, B0 and 2A. RGB value is (212,176,42). Sum of RGB (Red+Green+Blue) = 212+176+42=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B02A is #2B4FD5. Grayscale: #ACACAC. Windows color (decimal): -2838486 or 2797780. OLE color: 2797780.

HSL color Cylindrical-coordinate representation of color #D4B02A: hue angle of 47.29º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4B02A is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 176 42 -
CMYK 0 0.17 0.80 0.17
HSL 47.29º 0.67% 0.5% -
HSV(B) 47.29º 0.8% 0.83% -
XYZ 43.09 45.21 8.65 -
YUV 171.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 212 176 42 0 0.17 0.80 0.17 47.29 0.67 0.5
Hex D4 B0 2A 0 11 50 11 2F 43 32
Octal 324 260 52 0 21 120 21 57 103 62
Binary 11010100 10110000 101010 0 10001 1010000 10001 101111 1000011 110010

Color Harmonies of #D4B02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B02A

Black with #D4B02A

Text Example


Text Example

White with #D4B02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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