Html Css Color HEX #D4BF18 Bird Flower

📋 copy color: '#D4BF18'

red 212 ◦ green 191 ◦ blue 24

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

Shades of Bird Flower #D4BF18

Tints of Bird Flower #D4BF18

RGB

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

 GREEN value IS 191 (75% from 255) = 44.73%

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

R = 49.65%
G = 44.73%
B = 5.62%

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

#D4BF18 (or 0xD4BF18) is known color: Bird Flower. HEX triplet: D4, BF and 18. RGB value is (212,191,24). Sum of RGB (Red+Green+Blue) = 212+191+24=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BF18 is #2B40E7. Grayscale: #B2B2B2. Windows color (decimal): -2834664 or 1621972. OLE color: 1621972.

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

Color convert

RGB 212 191 24 -
CMYK 0 0.10 0.89 0.17
HSL 53.3º 0.8% 0.46% -
HSV(B) 53.3º 0.89% 0.83% -
XYZ 45.95 51.32 8.35 -
YUV 178.24 40.96 152.08 -
System Red Green Blue C M Y K H S L
Decimal 212 191 24 0 0.10 0.89 0.17 53.3 0.8 0.46
Hex D4 BF 18 0 A 59 11 35 50 2E
Octal 324 277 30 0 12 131 21 65 120 56
Binary 11010100 10111111 11000 0 1010 1011001 10001 110101 1010000 101110

Color Harmonies of #D4BF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF18

Black with #D4BF18

Text Example


Text Example

White with #D4BF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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