Html Css Color HEX #D6BE29 Barberry

📋 copy color: '#D6BE29'

red 214 ◦ green 190 ◦ blue 41

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

Shades of Barberry #D6BE29

Tints of Barberry #D6BE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.21%

R = 48.09%
G = 42.7%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6BE29 (or 0xD6BE29) is known color: Barberry. HEX triplet: D6, BE and 29. RGB value is (214,190,41). Sum of RGB (Red+Green+Blue) = 214+190+41=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BE29 is #2941D6. Grayscale: #B4B4B4. Windows color (decimal): -2703831 or 2735830. OLE color: 2735830.

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

Color convert

RGB 214 190 41 -
CMYK 0 0.11 0.81 0.16
HSL 51.68º 0.68% 0.5% -
HSV(B) 51.68º 0.81% 0.84% -
XYZ 46.55 51.28 9.54 -
YUV 180.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 214 190 41 0 0.11 0.81 0.16 51.68 0.68 0.5
Hex D6 BE 29 0 B 51 10 34 44 32
Octal 326 276 51 0 13 121 20 64 104 62
Binary 11010110 10111110 101001 0 1011 1010001 10000 110100 1000100 110010

Color Harmonies of #D6BE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE29

Black with #D6BE29

Text Example


Text Example

White with #D6BE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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