Html Css Color HEX #D3BF1D Bird Flower

📋 copy color: '#D3BF1D'

red 211 ◦ green 191 ◦ blue 29

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

Shades of Bird Flower #D3BF1D

Tints of Bird Flower #D3BF1D

RGB

 RED value IS 211 (82.81% from 255) = 48.96%

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

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

R = 48.96%
G = 44.32%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3BF1D (or 0xD3BF1D) is known color: Bird Flower. HEX triplet: D3, BF and 1D. RGB value is (211,191,29). Sum of RGB (Red+Green+Blue) = 211+191+29=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BF1D is #2C40E2. Grayscale: #B3B3B3. Windows color (decimal): -2900195 or 1949651. OLE color: 1949651.

HSL color Cylindrical-coordinate representation of color #D3BF1D: hue angle of 53.41º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3BF1D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 191 29 -
CMYK 0 0.09 0.86 0.17
HSL 53.41º 0.76% 0.47% -
HSV(B) 53.41º 0.86% 0.83% -
XYZ 45.72 51.2 8.64 -
YUV 178.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 211 191 29 0 0.09 0.86 0.17 53.41 0.76 0.47
Hex D3 BF 1D 0 9 56 11 35 4C 2F
Octal 323 277 35 0 11 126 21 65 114 57
Binary 11010011 10111111 11101 0 1001 1010110 10001 110101 1001100 101111

Color Harmonies of #D3BF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BF1D

Black with #D3BF1D

Text Example


Text Example

White with #D3BF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BF1D; }

 p { color: rgb(211,191,29); }

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

background-color css

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

 a { background-color: rgb(211,191,29); }

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

border-color css

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

 span { border-color: rgb(211,191,29); }

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