Html Css Color HEX #D4BE13 Bird Flower

📋 copy color: '#D4BE13'

red 212 ◦ green 190 ◦ blue 19

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

Shades of Bird Flower #D4BE13

Tints of Bird Flower #D4BE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.51%

R = 50.36%
G = 45.13%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D4BE13 (or 0xD4BE13) is known color: Bird Flower. HEX triplet: D4, BE and 13. RGB value is (212,190,19). Sum of RGB (Red+Green+Blue) = 212+190+19=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BE13 is #2B41EC. Grayscale: #B1B1B1. Windows color (decimal): -2834925 or 1294036. OLE color: 1294036.

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

Color convert

RGB 212 190 19 -
CMYK 0 0.10 0.91 0.17
HSL 53.16º 0.84% 0.45% -
HSV(B) 53.16º 0.91% 0.83% -
XYZ 45.68 50.87 8.03 -
YUV 177.08 38.79 152.9 -
System Red Green Blue C M Y K H S L
Decimal 212 190 19 0 0.10 0.91 0.17 53.16 0.84 0.45
Hex D4 BE 13 0 A 5B 11 35 54 2D
Octal 324 276 23 0 12 133 21 65 124 55
Binary 11010100 10111110 10011 0 1010 1011011 10001 110101 1010100 101101

Color Harmonies of #D4BE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE13

Black with #D4BE13

Text Example


Text Example

White with #D4BE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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