Html Css Color HEX #D2BD1D Bird Flower

📋 copy color: '#D2BD1D'

red 210 ◦ green 189 ◦ blue 29

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

Shades of Bird Flower #D2BD1D

Tints of Bird Flower #D2BD1D

RGB

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

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

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

R = 49.07%
G = 44.16%
B = 6.78%

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

#D2BD1D (or 0xD2BD1D) is known color: Bird Flower. HEX triplet: D2, BD and 1D. RGB value is (210,189,29). Sum of RGB (Red+Green+Blue) = 210+189+29=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD1D is #2D42E2. Grayscale: #B1B1B1. Windows color (decimal): -2966243 or 1949138. OLE color: 1949138.

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

Color convert

RGB 210 189 29 -
CMYK 0 0.10 0.86 0.18
HSL 53.04º 0.76% 0.47% -
HSV(B) 53.04º 0.86% 0.82% -
XYZ 45 50.19 8.48 -
YUV 177.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 210 189 29 0 0.10 0.86 0.18 53.04 0.76 0.47
Hex D2 BD 1D 0 A 56 12 35 4C 2F
Octal 322 275 35 0 12 126 22 65 114 57
Binary 11010010 10111101 11101 0 1010 1010110 10010 110101 1001100 101111

Color Harmonies of #D2BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BD1D

Black with #D2BD1D

Text Example


Text Example

White with #D2BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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