Html Css Color HEX #D2BD1E Bird Flower

📋 copy color: '#D2BD1E'

red 210 ◦ green 189 ◦ blue 30

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

Shades of Bird Flower #D2BD1E

Tints of Bird Flower #D2BD1E

RGB

 RED value IS 210 (82.42% from 255) = 48.95%

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

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

R = 48.95%
G = 44.06%
B = 6.99%

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

#D2BD1E (or 0xD2BD1E) is known color: Bird Flower. HEX triplet: D2, BD and 1E. RGB value is (210,189,30). Sum of RGB (Red+Green+Blue) = 210+189+30=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD1E is #2D42E1. Grayscale: #B1B1B1. Windows color (decimal): -2966242 or 2014674. OLE color: 2014674.

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

Color convert

RGB 210 189 30 -
CMYK 0 0.10 0.86 0.18
HSL 53º 0.75% 0.47% -
HSV(B) 53º 0.86% 0.82% -
XYZ 45.01 50.19 8.54 -
YUV 177.15 44.96 151.43 -
System Red Green Blue C M Y K H S L
Decimal 210 189 30 0 0.10 0.86 0.18 53 0.75 0.47
Hex D2 BD 1E 0 A 56 12 35 4B 2F
Octal 322 275 36 0 12 126 22 65 113 57
Binary 11010010 10111101 11110 0 1010 1010110 10010 110101 1001011 101111

Color Harmonies of #D2BD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BD1E

Black with #D2BD1E

Text Example


Text Example

White with #D2BD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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