Html Css Color HEX #D4BE10 Bird Flower

📋 copy color: '#D4BE10'

red 212 ◦ green 190 ◦ blue 16

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

Shades of Bird Flower #D4BE10

Tints of Bird Flower #D4BE10

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.45%

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 50.72%
G = 45.45%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4BE10 (or 0xD4BE10) is known color: Bird Flower. HEX triplet: D4, BE and 10. RGB value is (212,190,16). Sum of RGB (Red+Green+Blue) = 212+190+16=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BE10 is #2B41EF. Grayscale: #B1B1B1. Windows color (decimal): -2834928 or 1097428. OLE color: 1097428.

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

Color convert

RGB 212 190 16 -
CMYK 0 0.10 0.92 0.17
HSL 53.27º 0.86% 0.45% -
HSV(B) 53.27º 0.92% 0.83% -
XYZ 45.66 50.86 7.9 -
YUV 176.74 37.29 153.15 -
System Red Green Blue C M Y K H S L
Decimal 212 190 16 0 0.10 0.92 0.17 53.27 0.86 0.45
Hex D4 BE 10 0 A 5C 11 35 56 2D
Octal 324 276 20 0 12 134 21 65 126 55
Binary 11010100 10111110 10000 0 1010 1011100 10001 110101 1010110 101101

Color Harmonies of #D4BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE10

Black with #D4BE10

Text Example


Text Example

White with #D4BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE10; }

 p { color: rgb(212,190,16); }

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

background-color css

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

 a { background-color: rgb(212,190,16); }

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

border-color css

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

 span { border-color: rgb(212,190,16); }

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