Html Css Color HEX #D1C620 Barberry

📋 copy color: '#D1C620'

red 209 ◦ green 198 ◦ blue 32

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

Shades of Barberry #D1C620

Tints of Barberry #D1C620

RGB

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

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

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

R = 47.61%
G = 45.1%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1C620 (or 0xD1C620) is known color: Barberry. HEX triplet: D1, C6 and 20. RGB value is (209,198,32). Sum of RGB (Red+Green+Blue) = 209+198+32=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C620 is #2E39DF. Grayscale: #B7B7B7. Windows color (decimal): -3029472 or 2148049. OLE color: 2148049.

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

Color convert

RGB 209 198 32 -
CMYK 0 0.05 0.85 0.18
HSL 56.27º 0.73% 0.47% -
HSV(B) 56.27º 0.85% 0.82% -
XYZ 46.75 54.05 9.33 -
YUV 182.37 43.14 147 -
System Red Green Blue C M Y K H S L
Decimal 209 198 32 0 0.05 0.85 0.18 56.27 0.73 0.47
Hex D1 C6 20 0 5 55 12 38 49 2F
Octal 321 306 40 0 5 125 22 70 111 57
Binary 11010001 11000110 100000 0 101 1010101 10010 111000 1001001 101111

Color Harmonies of #D1C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C620

Black with #D1C620

Text Example


Text Example

White with #D1C620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C620; }

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

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

background-color css

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

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

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

border-color css

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

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

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