Html Css Color HEX #D4B912 Bird Flower

📋 copy color: '#D4B912'

red 212 ◦ green 185 ◦ blue 18

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

Shades of Bird Flower #D4B912

Tints of Bird Flower #D4B912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.58%

 BLUE value IS 18 (7.42% from 255) = 4.34%

R = 51.08%
G = 44.58%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4B912 (or 0xD4B912) is known color: Bird Flower. HEX triplet: D4, B9 and 12. RGB value is (212,185,18). Sum of RGB (Red+Green+Blue) = 212+185+18=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B912 is #2B46ED. Grayscale: #AEAEAE. Windows color (decimal): -2836206 or 1227220. OLE color: 1227220.

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

Color convert

RGB 212 185 18 -
CMYK 0 0.13 0.92 0.17
HSL 51.65º 0.84% 0.45% -
HSV(B) 51.65º 0.92% 0.83% -
XYZ 44.61 48.74 7.63 -
YUV 174.04 39.95 155.08 -
System Red Green Blue C M Y K H S L
Decimal 212 185 18 0 0.13 0.92 0.17 51.65 0.84 0.45
Hex D4 B9 12 0 D 5C 11 34 54 2D
Octal 324 271 22 0 15 134 21 64 124 55
Binary 11010100 10111001 10010 0 1101 1011100 10001 110100 1010100 101101

Color Harmonies of #D4B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B912

Black with #D4B912

Text Example


Text Example

White with #D4B912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B912; }

 p { color: rgb(212,185,18); }

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

background-color css

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

 a { background-color: rgb(212,185,18); }

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

border-color css

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

 span { border-color: rgb(212,185,18); }

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