Html Css Color HEX #D1C11F Barberry

📋 copy color: '#D1C11F'

red 209 ◦ green 193 ◦ blue 31

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

Shades of Barberry #D1C11F

Tints of Barberry #D1C11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

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

R = 48.27%
G = 44.57%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1C11F (or 0xD1C11F) is known color: Barberry. HEX triplet: D1, C1 and 1F. RGB value is (209,193,31). Sum of RGB (Red+Green+Blue) = 209+193+31=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C11F is #2E3EE0. Grayscale: #B3B3B3. Windows color (decimal): -3030753 or 2081233. OLE color: 2081233.

HSL color Cylindrical-coordinate representation of color #D1C11F: hue angle of 54.61º 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 #D1C11F is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 193 31 -
CMYK 0 0.08 0.85 0.18
HSL 54.61º 0.74% 0.47% -
HSV(B) 54.61º 0.85% 0.82% -
XYZ 45.61 51.79 8.89 -
YUV 179.32 44.3 149.17 -
System Red Green Blue C M Y K H S L
Decimal 209 193 31 0 0.08 0.85 0.18 54.61 0.74 0.47
Hex D1 C1 1F 0 8 55 12 37 4A 2F
Octal 321 301 37 0 10 125 22 67 112 57
Binary 11010001 11000001 11111 0 1000 1010101 10010 110111 1001010 101111

Color Harmonies of #D1C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C11F

Black with #D1C11F

Text Example


Text Example

White with #D1C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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