Html Css Color HEX #D2BF00 Bird Flower

📋 copy color: '#D2BF00'

red 210 ◦ green 191 ◦ blue 0

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

Shades of Bird Flower #D2BF00

Tints of Bird Flower #D2BF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.37%
G = 47.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D2BF00 (or 0xD2BF00) is known color: Bird Flower. HEX triplet: D2, BF and 00. RGB value is (210,191,0). Sum of RGB (Red+Green+Blue) = 210+191+0=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BF00 is #2D40FF. Grayscale: #AFAFAF. Windows color (decimal): -2965760 or 49106. OLE color: 49106.

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

Color convert

RGB 210 191 0 -
CMYK 0 0.09 1 0.18
HSL 54.57º 1% 0.41% -
HSV(B) 54.57º 1% 0.82% -
XYZ 45.21 50.96 7.45 -
YUV 174.91 29.29 153.03 -
System Red Green Blue C M Y K H S L
Decimal 210 191 0 0 0.09 1 0.18 54.57 1 0.41
Hex D2 BF 0 0 9 64 12 37 64 29
Octal 322 277 0 0 11 144 22 67 144 51
Binary 11010010 10111111 0 0 1001 1100100 10010 110111 1100100 101001

Color Harmonies of #D2BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BF00

Black with #D2BF00

Text Example


Text Example

White with #D2BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BF00; }

 p { color: rgb(210,191,0); }

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

background-color css

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

 a { background-color: rgb(210,191,0); }

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

border-color css

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

 span { border-color: rgb(210,191,0); }

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