Html Css Color HEX #D4B304 Bird Flower

📋 copy color: '#D4B304'

red 212 ◦ green 179 ◦ blue 4

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

Shades of Bird Flower #D4B304

Tints of Bird Flower #D4B304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 53.67%
G = 45.32%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D4B304 (or 0xD4B304) is known color: Bird Flower. HEX triplet: D4, B3 and 04. RGB value is (212,179,4). Sum of RGB (Red+Green+Blue) = 212+179+4=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B304 is #2B4CFB. Grayscale: #A9A9A9. Windows color (decimal): -2837756 or 308180. OLE color: 308180.

HSL color Cylindrical-coordinate representation of color #D4B304: hue angle of 50.48º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4B304 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 179 4 -
CMYK 0 0.16 0.98 0.17
HSL 50.48º 0.96% 0.42% -
HSV(B) 50.48º 0.98% 0.83% -
XYZ 43.29 46.25 6.76 -
YUV 168.92 34.93 158.73 -
System Red Green Blue C M Y K H S L
Decimal 212 179 4 0 0.16 0.98 0.17 50.48 0.96 0.42
Hex D4 B3 4 0 10 62 11 32 60 2A
Octal 324 263 4 0 20 142 21 62 140 52
Binary 11010100 10110011 100 0 10000 1100010 10001 110010 1100000 101010

Color Harmonies of #D4B304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B304

Black with #D4B304

Text Example


Text Example

White with #D4B304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B304; }

 p { color: rgb(212,179,4); }

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

background-color css

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

 a { background-color: rgb(212,179,4); }

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

border-color css

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

 span { border-color: rgb(212,179,4); }

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