Html Css Color HEX #D6BE2D Barberry

📋 copy color: '#D6BE2D'

red 214 ◦ green 190 ◦ blue 45

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

Shades of Barberry #D6BE2D

Tints of Barberry #D6BE2D

RGB

 RED value IS 214 (83.98% from 255) = 47.66%

 GREEN value IS 190 (74.61% from 255) = 42.32%

 BLUE value IS 45 (17.97% from 255) = 10.02%

R = 47.66%
G = 42.32%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6BE2D (or 0xD6BE2D) is known color: Barberry. HEX triplet: D6, BE and 2D. RGB value is (214,190,45). Sum of RGB (Red+Green+Blue) = 214+190+45=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BE2D is #2941D2. Grayscale: #B5B5B5. Windows color (decimal): -2703827 or 2997974. OLE color: 2997974.

HSL color Cylindrical-coordinate representation of color #D6BE2D: hue angle of 51.48º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6BE2D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 45 -
CMYK 0 0.11 0.79 0.16
HSL 51.48º 0.67% 0.51% -
HSV(B) 51.48º 0.79% 0.84% -
XYZ 46.62 51.31 9.93 -
YUV 180.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 214 190 45 0 0.11 0.79 0.16 51.48 0.67 0.51
Hex D6 BE 2D 0 B 4F 10 33 43 33
Octal 326 276 55 0 13 117 20 63 103 63
Binary 11010110 10111110 101101 0 1011 1001111 10000 110011 1000011 110011

Color Harmonies of #D6BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE2D

Black with #D6BE2D

Text Example


Text Example

White with #D6BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE2D; }

 p { color: rgb(214,190,45); }

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

background-color css

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

 a { background-color: rgb(214,190,45); }

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

border-color css

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

 span { border-color: rgb(214,190,45); }

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