Html Css Color HEX #D2BD01 Bird Flower

📋 copy color: '#D2BD01'

red 210 ◦ green 189 ◦ blue 1

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

Shades of Bird Flower #D2BD01

Tints of Bird Flower #D2BD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 52.5%
G = 47.25%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D2BD01 (or 0xD2BD01) is known color: Bird Flower. HEX triplet: D2, BD and 01. RGB value is (210,189,1). Sum of RGB (Red+Green+Blue) = 210+189+1=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BD01 is #2D42FE. Grayscale: #AEAEAE. Windows color (decimal): -2966271 or 114130. OLE color: 114130.

HSL color Cylindrical-coordinate representation of color #D2BD01: hue angle of 53.97º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2BD01 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 189 1 -
CMYK 0 0.10 1.00 0.18
HSL 53.97º 0.99% 0.41% -
HSV(B) 53.97º 1% 0.82% -
XYZ 44.78 50.1 7.34 -
YUV 173.85 30.46 153.79 -
System Red Green Blue C M Y K H S L
Decimal 210 189 1 0 0.10 1.00 0.18 53.97 0.99 0.41
Hex D2 BD 1 0 A 64 12 36 63 29
Octal 322 275 1 0 12 144 22 66 143 51
Binary 11010010 10111101 1 0 1010 1100100 10010 110110 1100011 101001

Color Harmonies of #D2BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BD01

Black with #D2BD01

Text Example


Text Example

White with #D2BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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