Html Css Color HEX #D1C61B Barberry

📋 copy color: '#D1C61B'

red 209 ◦ green 198 ◦ blue 27

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

Shades of Barberry #D1C61B

Tints of Barberry #D1C61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.62%

 BLUE value IS 27 (10.94% from 255) = 6.22%

R = 48.16%
G = 45.62%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1C61B (or 0xD1C61B) is known color: Barberry. HEX triplet: D1, C6 and 1B. RGB value is (209,198,27). Sum of RGB (Red+Green+Blue) = 209+198+27=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C61B is #2E39E4. Grayscale: #B6B6B6. Windows color (decimal): -3029477 or 1820369. OLE color: 1820369.

HSL color Cylindrical-coordinate representation of color #D1C61B: hue angle of 56.37º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1C61B is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 198 27 -
CMYK 0 0.05 0.87 0.18
HSL 56.37º 0.77% 0.46% -
HSV(B) 56.37º 0.87% 0.82% -
XYZ 46.69 54.02 9 -
YUV 181.8 40.64 147.4 -
System Red Green Blue C M Y K H S L
Decimal 209 198 27 0 0.05 0.87 0.18 56.37 0.77 0.46
Hex D1 C6 1B 0 5 57 12 38 4D 2E
Octal 321 306 33 0 5 127 22 70 115 56
Binary 11010001 11000110 11011 0 101 1010111 10010 111000 1001101 101110

Color Harmonies of #D1C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C61B

Black with #D1C61B

Text Example


Text Example

White with #D1C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C61B; }

 p { color: rgb(209,198,27); }

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

background-color css

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

 a { background-color: rgb(209,198,27); }

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

border-color css

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

 span { border-color: rgb(209,198,27); }

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