Html Css Color HEX #D2BF15 Bird Flower

📋 copy color: '#D2BF15'

red 210 ◦ green 191 ◦ blue 21

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

Shades of Bird Flower #D2BF15

Tints of Bird Flower #D2BF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.98%

R = 49.76%
G = 45.26%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D2BF15 (or 0xD2BF15) is known color: Bird Flower. HEX triplet: D2, BF and 15. RGB value is (210,191,21). Sum of RGB (Red+Green+Blue) = 210+191+21=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BF15 is #2D40EA. Grayscale: #B2B2B2. Windows color (decimal): -2965739 or 1425362. OLE color: 1425362.

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

Color convert

RGB 210 191 21 -
CMYK 0 0.09 0.90 0.18
HSL 53.97º 0.82% 0.45% -
HSV(B) 53.97º 0.9% 0.82% -
XYZ 45.34 51.02 8.17 -
YUV 177.3 39.79 151.32 -
System Red Green Blue C M Y K H S L
Decimal 210 191 21 0 0.09 0.90 0.18 53.97 0.82 0.45
Hex D2 BF 15 0 9 5A 12 36 52 2D
Octal 322 277 25 0 11 132 22 66 122 55
Binary 11010010 10111111 10101 0 1001 1011010 10010 110110 1010010 101101

Color Harmonies of #D2BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BF15

Black with #D2BF15

Text Example


Text Example

White with #D2BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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