Html Css Color HEX #D4BF2E Barberry

📋 copy color: '#D4BF2E'

red 212 ◦ green 191 ◦ blue 46

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

Shades of Barberry #D4BF2E

Tints of Barberry #D4BF2E

RGB

 RED value IS 212 (83.2% from 255) = 47.22%

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

 BLUE value IS 46 (18.36% from 255) = 10.24%

R = 47.22%
G = 42.54%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4BF2E (or 0xD4BF2E) is known color: Barberry. HEX triplet: D4, BF and 2E. RGB value is (212,191,46). Sum of RGB (Red+Green+Blue) = 212+191+46=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF2E is #2B40D1. Grayscale: #B5B5B5. Windows color (decimal): -2834642 or 3063764. OLE color: 3063764.

HSL color Cylindrical-coordinate representation of color #D4BF2E: hue angle of 52.41º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4BF2E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 191 46 -
CMYK 0 0.10 0.78 0.17
HSL 52.41º 0.66% 0.51% -
HSV(B) 52.41º 0.78% 0.83% -
XYZ 46.28 51.46 10.08 -
YUV 180.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 212 191 46 0 0.10 0.78 0.17 52.41 0.66 0.51
Hex D4 BF 2E 0 A 4E 11 34 42 33
Octal 324 277 56 0 12 116 21 64 102 63
Binary 11010100 10111111 101110 0 1010 1001110 10001 110100 1000010 110011

Color Harmonies of #D4BF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF2E

Black with #D4BF2E

Text Example


Text Example

White with #D4BF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF2E; }

 p { color: rgb(212,191,46); }

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

background-color css

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

 a { background-color: rgb(212,191,46); }

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

border-color css

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

 span { border-color: rgb(212,191,46); }

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