Html Css Color HEX #D4BC11 Bird Flower

📋 copy color: '#D4BC11'

red 212 ◦ green 188 ◦ blue 17

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

Shades of Bird Flower #D4BC11

Tints of Bird Flower #D4BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.08%

 BLUE value IS 17 (7.03% from 255) = 4.08%

R = 50.84%
G = 45.08%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4BC11 (or 0xD4BC11) is known color: Bird Flower. HEX triplet: D4, BC and 11. RGB value is (212,188,17). Sum of RGB (Red+Green+Blue) = 212+188+17=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BC11 is #2B43EE. Grayscale: #B0B0B0. Windows color (decimal): -2835439 or 1162452. OLE color: 1162452.

HSL color Cylindrical-coordinate representation of color #D4BC11: hue angle of 52.62º degrees, saturation: 0.85, 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 #D4BC11 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 188 17 -
CMYK 0 0.11 0.92 0.17
HSL 52.62º 0.85% 0.45% -
HSV(B) 52.62º 0.92% 0.83% -
XYZ 45.24 50 7.8 -
YUV 175.68 38.45 153.9 -
System Red Green Blue C M Y K H S L
Decimal 212 188 17 0 0.11 0.92 0.17 52.62 0.85 0.45
Hex D4 BC 11 0 B 5C 11 35 55 2D
Octal 324 274 21 0 13 134 21 65 125 55
Binary 11010100 10111100 10001 0 1011 1011100 10001 110101 1010101 101101

Color Harmonies of #D4BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BC11

Black with #D4BC11

Text Example


Text Example

White with #D4BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BC11; }

 p { color: rgb(212,188,17); }

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

background-color css

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

 a { background-color: rgb(212,188,17); }

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

border-color css

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

 span { border-color: rgb(212,188,17); }

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