Html Css Color HEX #D6BF28 Barberry

📋 copy color: '#D6BF28'

red 214 ◦ green 191 ◦ blue 40

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

Shades of Barberry #D6BF28

Tints of Barberry #D6BF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.99%

R = 48.09%
G = 42.92%
B = 8.99%

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

#D6BF28 (or 0xD6BF28) is known color: Barberry. HEX triplet: D6, BF and 28. RGB value is (214,191,40). Sum of RGB (Red+Green+Blue) = 214+191+40=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BF28 is #2940D7. Grayscale: #B5B5B5. Windows color (decimal): -2703576 or 2670550. OLE color: 2670550.

HSL color Cylindrical-coordinate representation of color #D6BF28: hue angle of 52.07º degrees, saturation: 0.69, 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 #D6BF28 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 191 40 -
CMYK 0 0.11 0.81 0.16
HSL 52.07º 0.69% 0.5% -
HSV(B) 52.07º 0.81% 0.84% -
XYZ 46.75 51.71 9.52 -
YUV 180.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 214 191 40 0 0.11 0.81 0.16 52.07 0.69 0.5
Hex D6 BF 28 0 B 51 10 34 45 32
Octal 326 277 50 0 13 121 20 64 105 62
Binary 11010110 10111111 101000 0 1011 1010001 10000 110100 1000101 110010

Color Harmonies of #D6BF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF28

Black with #D6BF28

Text Example


Text Example

White with #D6BF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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