Html Css Color HEX #D1C220 Barberry

📋 copy color: '#D1C220'

red 209 ◦ green 194 ◦ blue 32

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

Shades of Barberry #D1C220

Tints of Barberry #D1C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.6%

 BLUE value IS 32 (12.89% from 255) = 7.36%

R = 48.05%
G = 44.6%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1C220 (or 0xD1C220) is known color: Barberry. HEX triplet: D1, C2 and 20. RGB value is (209,194,32). Sum of RGB (Red+Green+Blue) = 209+194+32=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C220 is #2E3DDF. Grayscale: #B4B4B4. Windows color (decimal): -3030496 or 2147025. OLE color: 2147025.

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

Color convert

RGB 209 194 32 -
CMYK 0 0.07 0.85 0.18
HSL 54.92º 0.73% 0.47% -
HSV(B) 54.92º 0.85% 0.82% -
XYZ 45.85 52.24 9.03 -
YUV 180.02 44.47 148.67 -
System Red Green Blue C M Y K H S L
Decimal 209 194 32 0 0.07 0.85 0.18 54.92 0.73 0.47
Hex D1 C2 20 0 7 55 12 37 49 2F
Octal 321 302 40 0 7 125 22 67 111 57
Binary 11010001 11000010 100000 0 111 1010101 10010 110111 1001001 101111

Color Harmonies of #D1C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C220

Black with #D1C220

Text Example


Text Example

White with #D1C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C220; }

 p { color: rgb(209,194,32); }

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

background-color css

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

 a { background-color: rgb(209,194,32); }

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

border-color css

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

 span { border-color: rgb(209,194,32); }

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