Html Css Color HEX #D4BE15 Bird Flower

📋 copy color: '#D4BE15'

red 212 ◦ green 190 ◦ blue 21

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

Shades of Bird Flower #D4BE15

Tints of Bird Flower #D4BE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 50.12%
G = 44.92%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4BE15 (or 0xD4BE15) is known color: Bird Flower. HEX triplet: D4, BE and 15. RGB value is (212,190,21). Sum of RGB (Red+Green+Blue) = 212+190+21=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BE15 is #2B41EA. Grayscale: #B2B2B2. Windows color (decimal): -2834923 or 1425108. OLE color: 1425108.

HSL color Cylindrical-coordinate representation of color #D4BE15: hue angle of 53.09º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4BE15 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 21 -
CMYK 0 0.10 0.90 0.17
HSL 53.09º 0.82% 0.46% -
HSV(B) 53.09º 0.9% 0.83% -
XYZ 45.7 50.88 8.12 -
YUV 177.31 39.79 152.74 -
System Red Green Blue C M Y K H S L
Decimal 212 190 21 0 0.10 0.90 0.17 53.09 0.82 0.46
Hex D4 BE 15 0 A 5A 11 35 52 2E
Octal 324 276 25 0 12 132 21 65 122 56
Binary 11010100 10111110 10101 0 1010 1011010 10001 110101 1010010 101110

Color Harmonies of #D4BE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE15

Black with #D4BE15

Text Example


Text Example

White with #D4BE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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