Html Css Color HEX #D1BD1D Bird Flower

📋 copy color: '#D1BD1D'

red 209 ◦ green 189 ◦ blue 29

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

Shades of Bird Flower #D1BD1D

Tints of Bird Flower #D1BD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.79%

R = 48.95%
G = 44.26%
B = 6.79%

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

#D1BD1D (or 0xD1BD1D) is known color: Bird Flower. HEX triplet: D1, BD and 1D. RGB value is (209,189,29). Sum of RGB (Red+Green+Blue) = 209+189+29=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BD1D is #2E42E2. Grayscale: #B1B1B1. Windows color (decimal): -3031779 or 1949137. OLE color: 1949137.

HSL color Cylindrical-coordinate representation of color #D1BD1D: hue angle of 53.33º degrees, saturation: 0.76, 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 #D1BD1D is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 189 29 -
CMYK 0 0.10 0.86 0.18
HSL 53.33º 0.76% 0.47% -
HSV(B) 53.33º 0.86% 0.82% -
XYZ 44.71 50.04 8.46 -
YUV 176.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 209 189 29 0 0.10 0.86 0.18 53.33 0.76 0.47
Hex D1 BD 1D 0 A 56 12 35 4C 2F
Octal 321 275 35 0 12 126 22 65 114 57
Binary 11010001 10111101 11101 0 1010 1010110 10010 110101 1001100 101111

Color Harmonies of #D1BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BD1D

Black with #D1BD1D

Text Example


Text Example

White with #D1BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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