Html Css Color HEX #D4BE2D Barberry

📋 copy color: '#D4BE2D'

red 212 ◦ green 190 ◦ blue 45

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

Shades of Barberry #D4BE2D

Tints of Barberry #D4BE2D

RGB

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

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

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

R = 47.43%
G = 42.51%
B = 10.07%

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

#D4BE2D (or 0xD4BE2D) is known color: Barberry. HEX triplet: D4, BE and 2D. RGB value is (212,190,45). Sum of RGB (Red+Green+Blue) = 212+190+45=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BE2D is #2B41D2. Grayscale: #B4B4B4. Windows color (decimal): -2834899 or 2997972. OLE color: 2997972.

HSL color Cylindrical-coordinate representation of color #D4BE2D: hue angle of 52.1º 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 #D4BE2D is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 45 -
CMYK 0 0.10 0.79 0.17
HSL 52.1º 0.66% 0.5% -
HSV(B) 52.1º 0.79% 0.83% -
XYZ 46.04 51.01 9.9 -
YUV 180.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 212 190 45 0 0.10 0.79 0.17 52.1 0.66 0.5
Hex D4 BE 2D 0 A 4F 11 34 42 32
Octal 324 276 55 0 12 117 21 64 102 62
Binary 11010100 10111110 101101 0 1010 1001111 10001 110100 1000010 110010

Color Harmonies of #D4BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE2D

Black with #D4BE2D

Text Example


Text Example

White with #D4BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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