Html Css Color HEX #D1C61E Barberry

📋 copy color: '#D1C61E'

red 209 ◦ green 198 ◦ blue 30

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

Shades of Barberry #D1C61E

Tints of Barberry #D1C61E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.86%

R = 47.83%
G = 45.31%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1C61E (or 0xD1C61E) is known color: Barberry. HEX triplet: D1, C6 and 1E. RGB value is (209,198,30). Sum of RGB (Red+Green+Blue) = 209+198+30=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C61E is #2E39E1. Grayscale: #B6B6B6. Windows color (decimal): -3029474 or 2016977. OLE color: 2016977.

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

Color convert

RGB 209 198 30 -
CMYK 0 0.05 0.86 0.18
HSL 56.31º 0.75% 0.47% -
HSV(B) 56.31º 0.86% 0.82% -
XYZ 46.72 54.04 9.2 -
YUV 182.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 209 198 30 0 0.05 0.86 0.18 56.31 0.75 0.47
Hex D1 C6 1E 0 5 56 12 38 4B 2F
Octal 321 306 36 0 5 126 22 70 113 57
Binary 11010001 11000110 11110 0 101 1010110 10010 111000 1001011 101111

Color Harmonies of #D1C61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C61E

Black with #D1C61E

Text Example


Text Example

White with #D1C61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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