Html Css Color HEX #D6BF2A Barberry

📋 copy color: '#D6BF2A'

red 214 ◦ green 191 ◦ blue 42

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

Shades of Barberry #D6BF2A

Tints of Barberry #D6BF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.4%

R = 47.87%
G = 42.73%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6BF2A (or 0xD6BF2A) is known color: Barberry. HEX triplet: D6, BF and 2A. RGB value is (214,191,42). Sum of RGB (Red+Green+Blue) = 214+191+42=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BF2A is #2940D5. Grayscale: #B5B5B5. Windows color (decimal): -2703574 or 2801622. OLE color: 2801622.

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

Color convert

RGB 214 191 42 -
CMYK 0 0.11 0.80 0.16
HSL 51.98º 0.68% 0.5% -
HSV(B) 51.98º 0.8% 0.84% -
XYZ 46.78 51.72 9.71 -
YUV 180.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 214 191 42 0 0.11 0.80 0.16 51.98 0.68 0.5
Hex D6 BF 2A 0 B 50 10 34 44 32
Octal 326 277 52 0 13 120 20 64 104 62
Binary 11010110 10111111 101010 0 1011 1010000 10000 110100 1000100 110010

Color Harmonies of #D6BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF2A

Black with #D6BF2A

Text Example


Text Example

White with #D6BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF2A; }

 p { color: rgb(214,191,42); }

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

background-color css

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

 a { background-color: rgb(214,191,42); }

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

border-color css

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

 span { border-color: rgb(214,191,42); }

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