Html Css Color HEX #D9BF2D Barberry

📋 copy color: '#D9BF2D'

red 217 ◦ green 191 ◦ blue 45

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

Shades of Barberry #D9BF2D

Tints of Barberry #D9BF2D

RGB

 RED value IS 217 (85.16% from 255) = 47.9%

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

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

R = 47.9%
G = 42.16%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9BF2D (or 0xD9BF2D) is known color: Barberry. HEX triplet: D9, BF and 2D. RGB value is (217,191,45). Sum of RGB (Red+Green+Blue) = 217+191+45=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BF2D is #2640D2. Grayscale: #B6B6B6. Windows color (decimal): -2506963 or 2998233. OLE color: 2998233.

HSL color Cylindrical-coordinate representation of color #D9BF2D: hue angle of 50.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9BF2D is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 191 45 -
CMYK 0 0.12 0.79 0.15
HSL 50.93º 0.69% 0.51% -
HSV(B) 50.93º 0.79% 0.85% -
XYZ 47.72 52.2 10.04 -
YUV 182.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 217 191 45 0 0.12 0.79 0.15 50.93 0.69 0.51
Hex D9 BF 2D 0 C 4F F 33 45 33
Octal 331 277 55 0 14 117 17 63 105 63
Binary 11011001 10111111 101101 0 1100 1001111 1111 110011 1000101 110011

Color Harmonies of #D9BF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF2D

Black with #D9BF2D

Text Example


Text Example

White with #D9BF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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