Html Css Color HEX #D4BE18 Bird Flower

📋 copy color: '#D4BE18'

red 212 ◦ green 190 ◦ blue 24

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

Shades of Bird Flower #D4BE18

Tints of Bird Flower #D4BE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.63%

R = 49.77%
G = 44.6%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D4BE18 (or 0xD4BE18) is known color: Bird Flower. HEX triplet: D4, BE and 18. RGB value is (212,190,24). Sum of RGB (Red+Green+Blue) = 212+190+24=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BE18 is #2B41E7. Grayscale: #B2B2B2. Windows color (decimal): -2834920 or 1621716. OLE color: 1621716.

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

Color convert

RGB 212 190 24 -
CMYK 0 0.10 0.89 0.17
HSL 52.98º 0.8% 0.46% -
HSV(B) 52.98º 0.89% 0.83% -
XYZ 45.73 50.89 8.28 -
YUV 177.65 41.29 152.5 -
System Red Green Blue C M Y K H S L
Decimal 212 190 24 0 0.10 0.89 0.17 52.98 0.8 0.46
Hex D4 BE 18 0 A 59 11 35 50 2E
Octal 324 276 30 0 12 131 21 65 120 56
Binary 11010100 10111110 11000 0 1010 1011001 10001 110101 1010000 101110

Color Harmonies of #D4BE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE18

Black with #D4BE18

Text Example


Text Example

White with #D4BE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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