Html Css Color HEX #D1BD1E Bird Flower

📋 copy color: '#D1BD1E'

red 209 ◦ green 189 ◦ blue 30

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

Shades of Bird Flower #D1BD1E

Tints of Bird Flower #D1BD1E

RGB

 RED value IS 209 (82.03% from 255) = 48.83%

 GREEN value IS 189 (74.22% from 255) = 44.16%

 BLUE value IS 30 (12.11% from 255) = 7.01%

R = 48.83%
G = 44.16%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1BD1E (or 0xD1BD1E) is known color: Bird Flower. HEX triplet: D1, BD and 1E. RGB value is (209,189,30). Sum of RGB (Red+Green+Blue) = 209+189+30=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BD1E is #2E42E1. Grayscale: #B1B1B1. Windows color (decimal): -3031778 or 2014673. OLE color: 2014673.

HSL color Cylindrical-coordinate representation of color #D1BD1E: hue angle of 53.3º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1BD1E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 189 30 -
CMYK 0 0.10 0.86 0.18
HSL 53.3º 0.75% 0.47% -
HSV(B) 53.3º 0.86% 0.82% -
XYZ 44.73 50.04 8.53 -
YUV 176.85 45.13 150.93 -
System Red Green Blue C M Y K H S L
Decimal 209 189 30 0 0.10 0.86 0.18 53.3 0.75 0.47
Hex D1 BD 1E 0 A 56 12 35 4B 2F
Octal 321 275 36 0 12 126 22 65 113 57
Binary 11010001 10111101 11110 0 1010 1010110 10010 110101 1001011 101111

Color Harmonies of #D1BD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BD1E

Black with #D1BD1E

Text Example


Text Example

White with #D1BD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BD1E; }

 p { color: rgb(209,189,30); }

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

background-color css

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

 a { background-color: rgb(209,189,30); }

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

border-color css

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

 span { border-color: rgb(209,189,30); }

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