Html Css Color HEX #D4BF2D Barberry

📋 copy color: '#D4BF2D'

red 212 ◦ green 191 ◦ blue 45

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

Shades of Barberry #D4BF2D

Tints of Barberry #D4BF2D

RGB

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

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

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

R = 47.32%
G = 42.63%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4BF2D (or 0xD4BF2D) is known color: Barberry. HEX triplet: D4, BF and 2D. RGB value is (212,191,45). Sum of RGB (Red+Green+Blue) = 212+191+45=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF2D is #2B40D2. Grayscale: #B5B5B5. Windows color (decimal): -2834643 or 2998228. OLE color: 2998228.

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

Color convert

RGB 212 191 45 -
CMYK 0 0.10 0.79 0.17
HSL 52.46º 0.66% 0.5% -
HSV(B) 52.46º 0.79% 0.83% -
XYZ 46.26 51.45 9.98 -
YUV 180.64 51.46 150.37 -
System Red Green Blue C M Y K H S L
Decimal 212 191 45 0 0.10 0.79 0.17 52.46 0.66 0.5
Hex D4 BF 2D 0 A 4F 11 34 42 32
Octal 324 277 55 0 12 117 21 64 102 62
Binary 11010100 10111111 101101 0 1010 1001111 10001 110100 1000010 110010

Color Harmonies of #D4BF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF2D

Black with #D4BF2D

Text Example


Text Example

White with #D4BF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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