Html Css Color HEX #D1BE1F Barberry

📋 copy color: '#D1BE1F'

red 209 ◦ green 190 ◦ blue 31

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

Shades of Barberry #D1BE1F

Tints of Barberry #D1BE1F

RGB

 RED value IS 209 (82.03% from 255) = 48.6%

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

 BLUE value IS 31 (12.5% from 255) = 7.21%

R = 48.6%
G = 44.19%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1BE1F (or 0xD1BE1F) is known color: Barberry. HEX triplet: D1, BE and 1F. RGB value is (209,190,31). Sum of RGB (Red+Green+Blue) = 209+190+31=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE1F is #2E41E0. Grayscale: #B2B2B2. Windows color (decimal): -3031521 or 2080465. OLE color: 2080465.

HSL color Cylindrical-coordinate representation of color #D1BE1F: hue angle of 53.6º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1BE1F is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 190 31 -
CMYK 0 0.09 0.85 0.18
HSL 53.6º 0.74% 0.47% -
HSV(B) 53.6º 0.85% 0.82% -
XYZ 44.96 50.48 8.67 -
YUV 177.56 45.29 150.43 -
System Red Green Blue C M Y K H S L
Decimal 209 190 31 0 0.09 0.85 0.18 53.6 0.74 0.47
Hex D1 BE 1F 0 9 55 12 36 4A 2F
Octal 321 276 37 0 11 125 22 66 112 57
Binary 11010001 10111110 11111 0 1001 1010101 10010 110110 1001010 101111

Color Harmonies of #D1BE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BE1F

Black with #D1BE1F

Text Example


Text Example

White with #D1BE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BE1F; }

 p { color: rgb(209,190,31); }

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

background-color css

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

 a { background-color: rgb(209,190,31); }

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

border-color css

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

 span { border-color: rgb(209,190,31); }

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