Html Css Color HEX #D2BF14 Bird Flower

📋 copy color: '#D2BF14'

red 210 ◦ green 191 ◦ blue 20

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

Shades of Bird Flower #D2BF14

Tints of Bird Flower #D2BF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 49.88%
G = 45.37%
B = 4.75%

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

#D2BF14 (or 0xD2BF14) is known color: Bird Flower. HEX triplet: D2, BF and 14. RGB value is (210,191,20). Sum of RGB (Red+Green+Blue) = 210+191+20=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BF14 is #2D40EB. Grayscale: #B1B1B1. Windows color (decimal): -2965740 or 1359826. OLE color: 1359826.

HSL color Cylindrical-coordinate representation of color #D2BF14: hue angle of 54º degrees, saturation: 0.83, 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 #D2BF14 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 191 20 -
CMYK 0 0.09 0.90 0.18
HSL 54º 0.83% 0.45% -
HSV(B) 54º 0.9% 0.82% -
XYZ 45.34 51.01 8.12 -
YUV 177.19 39.29 151.4 -
System Red Green Blue C M Y K H S L
Decimal 210 191 20 0 0.09 0.90 0.18 54 0.83 0.45
Hex D2 BF 14 0 9 5A 12 36 53 2D
Octal 322 277 24 0 11 132 22 66 123 55
Binary 11010010 10111111 10100 0 1001 1011010 10010 110110 1010011 101101

Color Harmonies of #D2BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BF14

Black with #D2BF14

Text Example


Text Example

White with #D2BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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